Skip to content

Commit

Permalink
[docs] fix missing character in installation instructions (#3777)
Browse files Browse the repository at this point in the history
  • Loading branch information
mtanneau authored Jun 21, 2024
1 parent 20093d9 commit 3f96843
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ $ cd ~/.julia/dev/JuMP

The next step is to setup the `docs` environment.
```
$ julia --project=docs -e 'import Pkg; Pkg.instantiate(); Pkg.develop(Pkg.PackageSpec(path=".")); Pkg.develop("MathOptInterface)'
$ julia --project=docs -e 'import Pkg; Pkg.instantiate(); Pkg.develop(Pkg.PackageSpec(path=".")); Pkg.develop("MathOptInterface")'
```

Now you're ready to build the documentation.
Expand Down

0 comments on commit 3f96843

Please sign in to comment.