Skip to content

Commit 21026d3

Browse files
authored
[docs] Fix on the installation instructions (#25)
Minor fix on the docs to avoid the following error: ```julia ERROR: `https://github.com/jump-dev/ModelAnalyzer.jl` is not a valid package name. Perhaps you meant `https://github.com/jump-dev/ModelAnalyzer` The argument appears to be a URL or path, perhaps you meant `Pkg.add(url="...")` or `Pkg.add(path="...")`. ```
1 parent eb32401 commit 21026d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/src/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ run:
3939

4040
```julia
4141
using Pkg
42-
Pkg.add("https://github.com/jump-dev/ModelAnalyzer.jl")
42+
Pkg.add(url = "https://github.com/jump-dev/ModelAnalyzer.jl")
4343
```
4444

4545
## Usage

0 commit comments

Comments
 (0)