From 5395ba082cb1fd874f8b4afa3d6c2e1bb1c45420 Mon Sep 17 00:00:00 2001 From: Joeboyc2 Date: Sun, 23 Apr 2017 13:09:39 +0100 Subject: [PATCH] Added sudo on the make install command (#2480) The make install of the coap failed for me when ran without sudo --- source/_components/tradfri.markdown | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/_components/tradfri.markdown b/source/_components/tradfri.markdown index 0d6319cf2ee..24c6351cba4 100644 --- a/source/_components/tradfri.markdown +++ b/source/_components/tradfri.markdown @@ -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: