Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
hbbio committed Jul 13, 2015
1 parent 9923267 commit a23a112
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ If you just want to use and deploy PEPS, you may not need building from source b
To build PEPS, you need to:

- install [Opa](https://github.com/MLstate/opalang)
- install lessc (for instance through npm)
- generate style by typing make style
- compile PEPS by typing make
- install lessc (for instance through `npm -g install less`)
- generate style by typing `make style`
- compile PEPS by typing `make`
- install TLS certificates in `/etc/peps/server.key` and `/etc/peps/server.crt`
- launch with `./peps.exe`
- install required npm dependencies as told
Expand Down

0 comments on commit a23a112

Please sign in to comment.