remove sudo from install instructions

This commit is contained in:
Todd Treece 2016-11-14 21:40:27 +00:00
parent 4cd48e530c
commit d78e6de5b4

View file

@ -29,7 +29,7 @@ pi@xcarve ~ $ sudo chown -R pi /usr/local
Install `xcarve-server` on your Raspberry Pi.
```console
pi@xcarve ~ $ sudo npm install -g xcarve-server
pi@xcarve ~ $ npm install -g xcarve-server
```
## Starting the Server