README: remove duplicate apt packages

This commit is contained in:
Shuanglei Tao
2020-02-09 16:36:43 +08:00
parent 731c0c18be
commit ef38d28913

View File

@@ -30,7 +30,7 @@ brew install ttyd
- Build from source (debian/ubuntu):
```bash
sudo apt-get install cmake g++ pkg-config git libwebsockets-dev libjson-c-dev zlib1g-dev libssl-dev libuv1-dev
sudo apt-get install cmake g++ pkg-config git libjson-c-dev libwebsockets-dev
git clone https://github.com/tsl0922/ttyd.git
cd ttyd && mkdir build && cd build
cmake ..