From e3335bd499e03395b61071cacb0ccdf62f833884 Mon Sep 17 00:00:00 2001 From: SANTHOSH KUMAR D Date: Wed, 21 Oct 2020 09:56:27 +0530 Subject: [PATCH] update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. -- 2.43.4