diff --git a/index.html b/index.html index bf92c66..e7bb9b9 100644 --- a/index.html +++ b/index.html @@ -33,15 +33,25 @@

Install with homebrew:

brew install ttyd

Install on Linux

-

Ubuntu 16.04 as example:

-
sudo apt-get install cmake g++ pkg-config git vim-common libwebsockets-dev libjson-c-dev libssl-dev
+        
         

Install on Windows

ttyd can be built with MSYS2 on windows, The build instructions is here.

@@ -49,10 +59,9 @@ make && make install

As a workaround, you can use winpty as a wrapper to invoke the windows program, eg: ttyd winpty cmd.

Install on OpenWrt/LEDE

+

LEDE 17.01.0 and later:

opkg install ttyd
-
- NOTE: This may only works for LEDE snapshots currently, if the install command fails, compile it yourself. -
+

If the install command fails, you can compile it yourself.

Usage

Command-line Options

ttyd is a tool for sharing terminal over the web