Skip to content

Commit

Permalink
Add a mention to `eval $(opam env)' in the README
Browse files Browse the repository at this point in the history
  • Loading branch information
lthms committed Jan 11, 2024
1 parent 79d4e60 commit 5d88789
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ building and installing Spatial Shell is as simple as the following.
```bash
# install dependencies
make build-deps
# might be unnecessary depending on your setup. If you are not familiar with
# OCaml and Opam, you probably need it.
eval $(opam env)
# build
make
# install spatial
Expand Down

0 comments on commit 5d88789

Please sign in to comment.