From fcd9c05bc36fccacd59cc286314af98cba73dd3e Mon Sep 17 00:00:00 2001 From: milesfrain Date: Sat, 22 Aug 2020 11:23:57 -0700 Subject: [PATCH] Add missing spago build step An `output` directory is necessary and `spago build` creates this. Note that `spago build` runs `spago install` first. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 3c068fce..796c1b3f 100644 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ stack build # Install PureScript dependencies cd staging -spago install +spago build stack exec trypurescript 8081 $(spago sources) # should output that is is compiling the sources (first time)