Skip to content

Commit 90ee3b5

Browse files
author
utokato
committed
Update README.md
1 parent 88b93c0 commit 90ee3b5

File tree

1 file changed

+28
-1
lines changed

1 file changed

+28
-1
lines changed

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
11
# Impressive Linux commands cheat sheet cli
2-
> Copy From https://github.com/chenjiandongx/pls
2+
> 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+
```shell
14+
cp pls /usr/local/bin
15+
chmod 777 pls
16+
```
17+
18+
2. upgrade or offline
19+
```shell
20+
pls upgrade
21+
# or
22+
pls offline
23+
```
24+
25+
3. search and show
26+
```shell
27+
pls search 压缩
28+
pls show zip
29+
```

0 commit comments

Comments
 (0)