Skip to content

Commit

Permalink
update setup doc
Browse files Browse the repository at this point in the history
  • Loading branch information
zhendi committed Oct 7, 2024
1 parent 3668c40 commit 7af9444
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/setup.md
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ go mod tidy
Air 是一个允许 Go 应用程序实时重载的工具。使用以下命令安装:

```shell
go install github.com/cosmtrek/air@latest
go install github.com/air-verse/air@latest
```

### 获取前端依赖项
Expand Down
2 changes: 1 addition & 1 deletion docs/setup_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ go mod tidy
Air is a tool that allows live reloading of Go applications. Install it using the following command:

```shell
go install github.com/cosmtrek/air@latest
go install github.com/air-verse/air@latest
```

### Getting Frontend Dependencies
Expand Down

0 comments on commit 7af9444

Please sign in to comment.