Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
utokato committed Aug 3, 2024
1 parent 88b93c0 commit 90ee3b5
Showing 1 changed file with 28 additions and 1 deletion.
29 changes: 28 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,29 @@
# Impressive Linux commands cheat sheet cli
> Copy From https://github.com/chenjiandongx/pls
> Copy From https://github.com/chenjiandongx/pls
> And support offline mode
## How to build at Windows
```shell
go env -w GOOS=linux
go build -o pls
```

## How to use
1. cp pls to /usr/local/bin and chmod x to it
```shell
cp pls /usr/local/bin
chmod 777 pls
```

2. upgrade or offline
```shell
pls upgrade
# or
pls offline
```

3. search and show
```shell
pls search 压缩
pls show zip
```

0 comments on commit 90ee3b5

Please sign in to comment.