Skip to content

Commit c993487

Browse files
committed
update README
1 parent 517eb83 commit c993487

1 file changed

Lines changed: 9 additions & 0 deletions

File tree

README.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,15 @@ julia> using Pkg
1919
julia> Pkg.add("OperationsResearchModels")
2020
```
2121

22+
If you want to install latest source that is not registered yet, you can
23+
24+
```julia
25+
julia> ]
26+
(@1.xx) pkg> add https://github.com/jbytecode/OperationsResearchModels.jl
27+
```
28+
29+
but it's not recommended.
30+
2231
# Documentation
2332

2433
Please visit [The Documentation Page](https://jbytecode.github.io/OperationsResearchModels.jl/dev/).

0 commit comments

Comments
 (0)