Browse Source

Update 'README.md'

天问 1 year ago
parent
commit
cd92a88b01
1 changed files with 10 additions and 1 deletions
  1. 10 1
      README.md

+ 10 - 1
README.md

@@ -1,3 +1,12 @@
 # resources
 
-linux系统资源监控工具
+linux系统资源监控工具
+
+```
+git clone https://github.com/nokyan/resources
+meson . build --prefix=/usr/local
+ninja -C build install
+
+dnf copr enable atim/resources
+dnf install resources
+```