Update readme-cn.md

This commit is contained in:
Kevin Wan
2022-05-28 14:40:44 +08:00
committed by GitHub
parent b9bc1fdcf8
commit ea98d210fd

View File

@@ -135,7 +135,6 @@ GO111MODULE=on GOPROXY=https://goproxy.cn/,direct go get -u github.com/zeromicro
# docker for arm64 (M1) architecture # docker for arm64 (M1) architecture
docker pull kevinwan/goctl:latest-arm64 docker pull kevinwan/goctl:latest-arm64
# run goctl like # run goctl like
docker run --rm -it -v `pwd`:/app kevinwan/goctl:latest-arm64 goctl --help docker run --rm -it -v `pwd`:/app kevinwan/goctl:latest-arm64 goctl --help
``` ```