Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ning-yu committed Jun 21, 2015
1 parent 8d1b092 commit ba3c3bb
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,24 +14,24 @@ System Images built with [Volumio Builder](https://github.com/volumio/Build)

## Preliminary Setup

Clone the repo
Clone the repo in the directory of your choice

```shell
git clone https://github.com/volumio/Volumio2.git /volumio/
git clone https://github.com/volumio/Volumio2.git volumio/
```

All other dependecies are in the package JSON, from the working directory just run

```shell
cd volumio
cd volumio/
npm install
```

You can run all the servers in one single step just running with nodejs

```shell
cd /volumio/
node bin/www
cd volumio/
node index.js
```

Finally, point your browser to http://(ip address):3000 to access the test UI.
Expand Down

0 comments on commit ba3c3bb

Please sign in to comment.