Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
donknap authored May 23, 2023
1 parent 9d93c96 commit 0da44e3
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ export GOPATH=/tmp && go install -x github.com/we7coreteam/w7-rangine-go-skeleto
#### 创建项目
```
/tmp/w7-rangine-go-skeleton make:project /home/root/my-go-project
# 进入目录,初始化,编译
cd /home/root/my-go-project
go get -u && go mod tidy
go build -o ./bin/rangine .
```

## 辅助命令
Expand Down

0 comments on commit 0da44e3

Please sign in to comment.