@@ -1,3 +1,17 @@
# htop
-高级的top
+高级的top
+
+网站:https://htop.dev/
+开源:https://github.com/htop-dev/htop
+## Usage
+源码编译:
+```
+git clone https://github.com/htop-dev/htop
+./autogen.sh && ./configure && make