Skip to content

Commit

Permalink
Merge pull request #6 from mbghsource/master
Browse files Browse the repository at this point in the history
Update Readme.md with correct version of pulp
  • Loading branch information
parsonsmatt authored May 23, 2018
2 parents 4834b20 + 0ec4ee4 commit b956446
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 b956446

Please sign in to comment.