Skip to content

Commit eb72b70

Browse files
committed
No more npm install
1 parent 367a7fb commit eb72b70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

README.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,6 @@ npm add --save-dev reanalyze
140140
### Build for OCaml 4.06.1 using dune (for bucklescript and native projects)
141141

142142
```sh
143-
npm install
144143
opam switch 4.06.1
145144
eval $(opam env)
146145
opam install reason dune
@@ -151,7 +150,6 @@ dune build
151150
### Build for other OCaml versions (4.08, 4.09, 4.10) using dune (for native projects)
152151

153152
```sh
154-
npm install
155153
opam install reason dune
156154
dune build
157155
# _build/default/src/Reanalyze.exe

0 commit comments

Comments
 (0)