Skip to content

Commit

Permalink
README: detail opam instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
aantron committed Nov 30, 2023
1 parent e27a812 commit 8abe1a1
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,17 @@ the links on its [home page][playground].

### opam

Create a project directory with an optional local switch:

```
mkdir project
cd project
opam switch create . 5.1.0
eval $(opam env)
```

Install Dream:

```
opam install dream
```
Expand Down

0 comments on commit 8abe1a1

Please sign in to comment.