Skip to content

Commit

Permalink
Update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
chenjiandongx committed Jun 16, 2021
1 parent c808a2a commit 4ff6f68
Showing 1 changed file with 6 additions and 8 deletions.
14 changes: 6 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,9 @@

# 📝 pls
# pls

> Impressive Linux commands cheat sheet cli.
> Impressive Linux commands cheat sheet cli. [Python 版本](https://github.com/chenjiandongx/how)
* Python 版本: [chenjiandongx/how](https://github.com/chenjiandongx/how)

### 安装
### Installation

* 使用 `go get` 安装
```shell
Expand All @@ -14,7 +12,7 @@

* 使用编译好的二进制版本: [releases](https://github.com/chenjiandongx/pls/releases)

### 📏 使用
### Usages

```shell
~ 🐶 pls --help
Expand All @@ -36,7 +34,7 @@ Flags:
Use "pls [command] --help" for more information about a command.
```

### 示例
### Examples

> Note: 建议第一次使用的时候先初始化所有命令,可以使用 -d 指定命令文档文件夹下载位置
```shell
Expand All @@ -50,7 +48,7 @@ $ pls show curl | less

效果图

![](https://user-images.githubusercontent.com/19553554/72659887-52fe5780-3a01-11ea-89b2-dfaf9faf8dac.png)
![](https://user-images.githubusercontent.com/19553554/122259619-f1e3f780-cf04-11eb-949e-763d82a4e3b9.png)
![](https://user-images.githubusercontent.com/19553554/122258451-a0873880-cf03-11eb-865f-067416787cb7.png)


Expand Down

0 comments on commit 4ff6f68

Please sign in to comment.