add permission fix to readme

This commit is contained in:
Todd Treece 2016-11-14 21:38:50 +00:00
parent 1914e02939
commit 51c31fed49

View file

@ -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