Skip to content

Commit

Permalink
typo in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisdjscott committed Sep 18, 2024
1 parent 532cba1 commit 5e49137
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ julia> libcxxwrap_julia_jll.dev_jll()
At the end of the above command it should print the path to the devved JLL, e.g. `/home/<username>/.julia/dev/libcxxwrap_julia_jll`.
Inside that directory will be an override directory, which is where we will build our local version of *libcxxwrap_julia*. Make a note of the directory that was printed.

Make sure you are still in the directory where we cloned the other git repos above, clone the *libcxxwrap_julia* repository and checkout the tag that matches the version you found in the *Manifest.toml*:
Make sure you are still in the directory where we cloned the other git repos above, clone the *libcxxwrap_julia* repository and checkout the tag that matches the version you found above:

```
cd ${srcdir}
Expand Down

0 comments on commit 5e49137

Please sign in to comment.