docs: add Scoop install instructions (#901)

This commit is contained in:
xiantang
2026-05-17 16:23:31 +08:00
committed by GitHub
parent f896386121
commit 617e980a59
4 changed files with 24 additions and 0 deletions
+6
View File
@@ -105,6 +105,12 @@ curl -sSfL https://goblin.run/github.com/air-verse/air | PREFIX=/tmp sh
mise use -g air
```
### [Scoop](https://scoop.sh) を使う場合
```shell
scoop install air
```
### Docker/Podman
[cosmtrek/air](https://hub.docker.com/r/cosmtrek/air) という Docker イメージをプルしてください。
+6
View File
@@ -91,6 +91,12 @@ curl -sSfL https://goblin.run/github.com/cosmtrek/air | PREFIX=/tmp sh
mise use -g air
```
### 使用 [Scoop](https://scoop.sh)
```shell
scoop install air
```
### Docker/Podman
请拉取这个 Docker 镜像 [cosmtrek/air](https://hub.docker.com/r/cosmtrek/air).
+6
View File
@@ -91,6 +91,12 @@ curl -sSfL https://goblin.run/github.com/air-verse/air | PREFIX=/tmp sh
mise use -g air
```
### 透過 [Scoop](https://scoop.sh)
```shell
scoop install air
```
### 透過 `go install`
使用 go 1.25 或更高版本:
+6
View File
@@ -102,6 +102,12 @@ curl -sSfL https://goblin.run/github.com/air-verse/air | PREFIX=/tmp sh
brew install go-air
```
### Via [Scoop](https://scoop.sh)
```shell
scoop install air
```
### Using software package manager [mise](https://github.com/jdx/mise)
```shell