File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -208,7 +208,7 @@ Then:
208208- start Julia and enter the following:
209209``` julia
210210using LocalRegistry, SomeNewPkg
211- register (SomeNewPkg, " /home/tim/.julia/registries/HolyLabRegistry" )
211+ register (SomeNewPkg, registry = " /home/tim/.julia/registries/HolyLabRegistry" )
212212```
213213 where you replace the specific package name and path to the appropriate value on your system.
214214 This will add a new commit to the branch of HolyLabRegistry you just created.
Original file line number Diff line number Diff line change @@ -23,3 +23,6 @@ julia = "1.1.0-1"
2323
2424["0 .1 .2-0" ]
2525ImageCore = " 0.8.1-0.10"
26+
27+ ["0 .1 .3-0" ]
28+ Statistics = " 1"
Original file line number Diff line number Diff line change @@ -9,3 +9,6 @@ git-tree-sha1 = "74e7ada3582f5d29a3c7ce9e362ad9c5391fa9e5"
99
1010["0 .1 .2" ]
1111git-tree-sha1 = " 13d1d865e4958ad3395fda22ef9acea457d35e5e"
12+
13+ ["0 .1 .3" ]
14+ git-tree-sha1 = " b3f325c6d86f36bffab65a58ce3b0bfc4c74eb14"
You can’t perform that action at this time.
0 commit comments