Added sudo on the make install command (#2480)

The make install of the coap failed for me when ran without sudo
This commit is contained in:
Joeboyc2 2017-04-23 13:09:39 +01:00 committed by Fabian Affolter
parent b4f0fb4df2
commit 5395ba082c

View File

@ -27,7 +27,7 @@ $ cd libcoap
$ ./autogen.sh
$ ./configure --disable-documentation --disable-shared --without-debug CFLAGS="-D COAP_DEBUG_FD=stderr"
$ make
$ make install
$ sudo make install
```
To enable these lights, add the following lines to your `configuration.yaml` file: