We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c887e1e commit f09b08aCopy full SHA for f09b08a
Makefile
@@ -9,6 +9,7 @@ all: dev
9
deps:
10
opam update
11
opam install ./hazel.opam.locked --deps-only --with-test --with-doc
12
+ npm install
13
14
change-deps:
15
README.md
@@ -17,7 +17,7 @@ can also be accessed at:
17
18
### Short version
19
20
-If you already have `ocaml` version 5.2.0 and at least version 2.0 of `opam`
+If you already have `npm`, `ocaml` version 5.2.0 and at least version 2.0 of `opam`
21
installed, you can build Hazel by running the following commands.
22
23
- `git clone [email protected]:hazelgrove/hazel.git`
0 commit comments