From 0ec4ee47a5b902ccda88a8133f9525bebf9291b1 Mon Sep 17 00:00:00 2001 From: mbghsource Date: Wed, 23 May 2018 12:09:51 +0530 Subject: [PATCH] Update Readme.md with correct version of pulp Later versions of pulp will not work with purescript 0.7.6 Also pulp dep is deprecated in later versions. --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a92d85e..2ca2f82 100644 --- a/README.md +++ b/README.md @@ -5,9 +5,9 @@ A port of the [Elm Architecture Tutorial](https://github.com/evancz/elm-architec ## Getting Started: 1. Ensure that you've got PureScript 0.7.6 installed. (has also been tested with 0.8RC) -2. Ensure that you've got pulp installed. +2. Ensure that you've got pulp 8.x installed (`npm install pulp@8`) 3. Run `npm install` to get the virtual-dom dependency loaded -4. Run `pulp dep install` to get the PureScript dependencies loaded +4. Run `pulp dep install` to get the PureScript dependencies loaded. 5. Run `pulp server` to run the server and access it at `http://localhost:1337` ## Blog posts: