Skip to content

Commit f09b08a

Browse files
committed
Add npm installation step to Makefile and update README
1 parent c887e1e commit f09b08a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ all: dev
99
deps:
1010
opam update
1111
opam install ./hazel.opam.locked --deps-only --with-test --with-doc
12+
npm install
1213

1314
change-deps:
1415
opam update

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ can also be accessed at:
1717

1818
### Short version
1919

20-
If you already have `ocaml` version 5.2.0 and at least version 2.0 of `opam`
20+
If you already have `npm`, `ocaml` version 5.2.0 and at least version 2.0 of `opam`
2121
installed, you can build Hazel by running the following commands.
2222

2323
- `git clone [email protected]:hazelgrove/hazel.git`

0 commit comments

Comments
 (0)