Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -208,7 +208,7 @@ Then:
- start Julia and enter the following:
```julia
using LocalRegistry, SomeNewPkg
register(SomeNewPkg, "/home/tim/.julia/registries/HolyLabRegistry")
register(SomeNewPkg, registry="/home/tim/.julia/registries/HolyLabRegistry")
```
where you replace the specific package name and path to the appropriate value on your system.
This will add a new commit to the branch of HolyLabRegistry you just created.
Expand Down
3 changes: 3 additions & 0 deletions T/TiledFactorizations/Compat.toml
Original file line number Diff line number Diff line change
Expand Up @@ -23,3 +23,6 @@ julia = "1.1.0-1"

["0.1.2-0"]
ImageCore = "0.8.1-0.10"

["0.1.3-0"]
Statistics = "1"
3 changes: 3 additions & 0 deletions T/TiledFactorizations/Versions.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,6 @@ git-tree-sha1 = "74e7ada3582f5d29a3c7ce9e362ad9c5391fa9e5"

["0.1.2"]
git-tree-sha1 = "13d1d865e4958ad3395fda22ef9acea457d35e5e"

["0.1.3"]
git-tree-sha1 = "b3f325c6d86f36bffab65a58ce3b0bfc4c74eb14"