Skip to content

Commit ad3155c

Browse files
committed
更新文档
1 parent e735d34 commit ad3155c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@ cat 是golang 实现的cat命令,完成了cat命令的所有功能,对posix
33

44
## install
55
```
6-
go build -o cat github.com/antlabs/cat/_cmd
6+
// go build -o cat github.com/antlabs/cat/_cmd
7+
env GOPROXY="goproxy.cn" go install github.com/antlabs/cat/cat@latest
78
```
89
## usage
910
```console
@@ -23,4 +24,4 @@ Flags:
2324

2425
Args:
2526
<files>
26-
```
27+
```

cmd/cat.go renamed to cat/cat.go

File renamed without changes.

0 commit comments

Comments
 (0)