Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ All Trademarks are the property of their respective owners.

Building portify
----------------
* Make sure you have installed a usable build enviroment (gcc, make & co.)
* Make sure you have installed a usable build environment (gcc, make & co.)
* Install Node.js (using your favourite package manager, but make sure it's newer than 0.8)
* Clone the git repo (master branch)
* Go into the ./data/ directory and run npm install (This will fetch and compile all depenencies of portify)
* Go into the ./data/ directory and run npm install (This will fetch and compile all dependencies of portify)
* Try running the daemon by executing node app.js in the ./data/ folder
* Open your favourite browser and go to localhost:3132

Expand Down