Skip to content

Commit

Permalink
更新文档
Browse files Browse the repository at this point in the history
  • Loading branch information
guonaihong committed Jan 19, 2023
1 parent e735d34 commit ad3155c
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ cat 是golang 实现的cat命令,完成了cat命令的所有功能,对posix

## install
```
go build -o cat github.com/antlabs/cat/_cmd
// go build -o cat github.com/antlabs/cat/_cmd
env GOPROXY="goproxy.cn" go install github.com/antlabs/cat/cat@latest
```
## usage
```console
Expand All @@ -23,4 +24,4 @@ Flags:

Args:
<files>
```
```
File renamed without changes.

0 comments on commit ad3155c

Please sign in to comment.