Skip to content

Commit 30ac2e2

Browse files
committed
Update install docs (fix #57)
1 parent 25c6249 commit 30ac2e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,9 @@ sudo apt-get install -y build-essential python-rpi.gpio nodejs nodered git-core
3535
sudo apt-get install -y mosquitto mosquitto-clients bluetooth bluez libbluetooth-dev libudev-dev
3636
# Auto start Node-RED
3737
sudo systemctl enable nodered.service
38-
# wait for the ~/.node-red directory to get created...
3938
# Start nodered manually this one time (this creates ~/.node-red)
4039
sudo systemctl start nodered.service
40+
# wait for the ~/.node-red directory to get created...
4141
# Install the Node-RED UI
4242
cd ~/.node-red && npm install node-red-contrib-ui
4343
# Now get EspruinoHub

0 commit comments

Comments
 (0)