We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 517eb83 commit c993487Copy full SHA for c993487
1 file changed
README.md
@@ -19,6 +19,15 @@ julia> using Pkg
19
julia> Pkg.add("OperationsResearchModels")
20
```
21
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
31
# Documentation
32
33
Please visit [The Documentation Page](https://jbytecode.github.io/OperationsResearchModels.jl/dev/).
0 commit comments