Skip to content

Commit 975fb10

Browse files
tomjnfabaff
authored andcommitted
running the brew command on MacOS with sudo will cause errors, th… (home-assistant#3072)
* running the `brew` command on MacOS with `sudo` will cause errors, this commit removes sudo * infact no sudo is necessary at all under MacOS, it might even be harmful
1 parent a2068be commit 975fb10

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

source/_components/tradfri.markdown

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -35,15 +35,15 @@ $ sudo make install
3535
macOS:
3636

3737
```bash
38-
$ sudo brew install libtool
39-
$ sudo brew install autoconf
40-
$ sudo brew install automake
38+
$ brew install libtool
39+
$ brew install autoconf
40+
$ brew install automake
4141
$ git clone --depth 1 --recursive -b dtls https://github.com/home-assistant/libcoap.git
4242
$ cd libcoap
4343
$ ./autogen.sh
4444
$ ./configure --disable-documentation --disable-shared --without-debug CFLAGS="-D COAP_DEBUG_FD=stderr"
4545
$ make
46-
$ sudo make install
46+
$ make install
4747
```
4848
You will be prompted to configure the gateway through the Home Assistant interface, Enter the security key when prompted and click configure
4949

0 commit comments

Comments
 (0)