remove sudo from install instructions
This commit is contained in:
parent
4cd48e530c
commit
d78e6de5b4
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue