add permission fix to readme
This commit is contained in:
parent
1914e02939
commit
51c31fed49
1 changed files with 6 additions and 0 deletions
|
|
@ -20,6 +20,12 @@ pi@xcarve ~ $ node -v
|
|||
v4.6.2
|
||||
```
|
||||
|
||||
Make sure the global `node_modules` folder on your Raspberry Pi is writable by the `pi` user.
|
||||
|
||||
```console
|
||||
pi@xcarve ~ $ sudo chown -R pi /usr/local
|
||||
```
|
||||
|
||||
Install `xcarve-server` on your Raspberry Pi.
|
||||
|
||||
```console
|
||||
|
|
|
|||
Loading…
Reference in a new issue