Skip to content

Commit

Permalink
dot
Browse files Browse the repository at this point in the history
  • Loading branch information
DanielDoehring committed Feb 5, 2024
1 parent 865604d commit 0d496cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ julia --project=.
if already inside the `run` directory.
If you encounter errors executing `julia --project=. -e 'using Pkg; Pkg.develop(PackageSpec(path=".."))'`
it might help to update the packages first:
`julia --project=. -e 'using Pkg; Pkg.update()'`
`julia --project=. -e 'using Pkg; Pkg.update()'`.

The advantage of using a separate `run` directory is that you can also add other
related packages (see below, e.g., for time integration or visualization) to the
Expand Down

0 comments on commit 0d496cc

Please sign in to comment.