]> prime8.dev >> repos - ttyd.git/commitdiff
libuv: update README
authorShuanglei Tao <tsl0922@gmail.com>
Sun, 8 Dec 2019 09:16:58 +0000 (17:16 +0800)
committerShuanglei Tao <tsl0922@gmail.com>
Sun, 8 Dec 2019 09:16:58 +0000 (17:16 +0800)
README.md

index f7ddce72b06a26546ca57c39ad537d47a7def748..e4852b391a866cfc8c53339b7a5c0c73a0731473 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,7 +6,7 @@ ttyd is a simple command-line tool for sharing terminal over the web, inspired b
 
 # Features
 
-- Built on top of [Libwebsockets][2] with C for speed
+- Built on top of [Libwebsockets][2] with [libuv][20] for speed
 - Fully-featured terminal based on [Xterm.js][3] with [CJK][18] and IME support
 - Graphical [ZMODEM][16] integration with [lrzsz][17] support
 - SSL support based on [OpenSSL][4]
@@ -40,8 +40,8 @@ brew install ttyd
     You may also need to compile/install [libwebsockets][2] from source if the `libwebsockets-dev` package is outdated.
     
 - Install on Gentoo:
-clone the repo at [https://bitbucket.org/mgpagano/ttyd/src/master/](https://bitbucket.org/mgpagano/ttyd/src/master/) and follow the directions [here](https://wiki.gentoo.org/wiki/Custom_repository#Creating_a_local_repository) for creating a local repository.
 
+clone the repo at [https://bitbucket.org/mgpagano/ttyd/src/master/](https://bitbucket.org/mgpagano/ttyd/src/master/) and follow the directions [here](https://wiki.gentoo.org/wiki/Custom_repository#Creating_a_local_repository) for creating a local repository.
 
 ## Install on Windows
 
@@ -185,3 +185,4 @@ Docker containers are jailed environments which are more secure, this is useful
   [17]: https://ohse.de/uwe/software/lrzsz.html
   [18]: https://en.wikipedia.org/wiki/CJK_characters
   [19]: https://cmake.org/
+  [20]: https://libuv.org/