We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 88b93c0 commit 90ee3b5Copy full SHA for 90ee3b5
README.md
@@ -1,2 +1,29 @@
1
# Impressive Linux commands cheat sheet cli
2
-> Copy From https://github.com/chenjiandongx/pls
+> Copy From https://github.com/chenjiandongx/pls
3
+> And support offline mode
4
+
5
+## How to build at Windows
6
+```shell
7
+go env -w GOOS=linux
8
+go build -o pls
9
+```
10
11
+## How to use
12
+1. cp pls to /usr/local/bin and chmod x to it
13
14
+cp pls /usr/local/bin
15
+chmod 777 pls
16
17
18
+2. upgrade or offline
19
20
+pls upgrade
21
+# or
22
+pls offline
23
24
25
+3. search and show
26
27
+pls search 压缩
28
+pls show zip
29
0 commit comments