Skip to content

Commit

Permalink
Small fix to bulid instruction
Browse files Browse the repository at this point in the history
  • Loading branch information
grievejia committed Jul 21, 2021
1 parent 7f125be commit c2df7ce
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ It is recommended to use a [local switch](https://opam.ocaml.org/blog/opam-local
$ git clone https://github.com/grievejia/pyre-ast.git
$ cd pyre-ast
$ opam switch create ./ 4.12.0
$ opam install . --deps-only
$ dune build # Build the library
$ dune test # Run tests
$ opam install . --deps-only --with-test
$ dune build @install # Build the library
$ dune test # Run tests
```

0 comments on commit c2df7ce

Please sign in to comment.