Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
aohsato authored Nov 7, 2017
1 parent d4d24e5 commit 8ad16f0
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions ui/web/remote_monitor/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

- MQTT
```
$ sudo add-apt-repository ppa:mosquitto-dev/mosquitto-ppa
$ sudo apt-get update
$ sudo apt-get install mosquitto mosquitto-clients
```
Expand All @@ -13,15 +12,15 @@ $ sudo apt-get install mosquitto mosquitto-clients
```
$ sudo apt-get install nodejs npm
$ cd /ui/web/remote_monitor
$ npm install
$ sudo npm install
```

- controler
- Logicool G29 Driving Force

## Running
```
$ node app.js
$ nodejs app.js
# open http://localhost:9000/
# default vehicle id is 1.
Expand Down

0 comments on commit 8ad16f0

Please sign in to comment.