Skip to content

Commit

Permalink
Update Readme.md with correct version of pulp
Browse files Browse the repository at this point in the history
Later versions of pulp will not work with purescript 0.7.6
Also pulp dep is deprecated in later versions.
  • Loading branch information
mbghsource authored May 23, 2018
1 parent 4834b20 commit 0ec4ee4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 0ec4ee4

Please sign in to comment.