From: SANTHOSH KUMAR D Date: Wed, 21 Oct 2020 04:26:27 +0000 (+0530) Subject: update README.md X-Git-Url: http://git.prime8.dev/?a=commitdiff_plain;h=e3335bd499e03395b61071cacb0ccdf62f833884;p=ttyd.git update README.md --- diff --git a/README.md b/README.md index 177ab37..6ab6341 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ brew install ttyd git clone https://github.com/tsl0922/ttyd.git cd ttyd && mkdir build && cd build cmake .. - make && make install + make && sudo make install ``` You may also need to compile/install [libwebsockets](https://libwebsockets.org) from source if the `libwebsockets-dev` package is outdated.