Skip to content

Commit 025da46

Browse files
committed
Update build instructions
There was a missing step to install npm dependencies and the instructions for `psc-package` were out-of-date.
1 parent 54ea9fc commit 025da46

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,6 +41,7 @@ cd trypurescript
4141
git co gh-pages
4242
4343
bower install
44+
npm install
4445
npm run build
4546
npm run bundle
4647
@@ -59,7 +60,7 @@ stack build
5960
# use one of the backends
6061
cd staging/core
6162
# get the sources of the deps
62-
psc-package update
63+
psc-package install
6364
6465
# note: globs like **/src/** do not work
6566
stack exec trypurescript 8081 ".psc-package/psc-0.13.6/*/*/src/**/*.purs" "src/*.purs"

0 commit comments

Comments
 (0)