Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
1534cd1be5
1 changed files with 15 additions and 1 deletions
  1. 15 1
      README.md

+ 15 - 1
README.md

@@ -1,3 +1,17 @@
 # htop
 # 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
+
+```
+