|
|
@ -52,7 +52,7 @@ git checkout v@version@ |
|
|
|
|
|
|
|
|
|
|
|
- `go` @minGoVersion@ 或以上版本, 详见[这里](https://golang.google.cn/doc/install) |
|
|
|
- `go` @minGoVersion@ 或以上版本, 详见[这里](https://golang.google.cn/doc/install) |
|
|
|
- `node` @minNodeVersion@ 或以上版本,并且安装 `npm`, 详见[这里](https://nodejs.org/zh-cn/download/) |
|
|
|
- `node` @minNodeVersion@ 或以上版本,并且安装 `npm`, 详见[这里](https://nodejs.org/zh-cn/download/) |
|
|
|
- `make`, 详见[这里](/zh-cn/hacking-on-gitea/) |
|
|
|
- `make`, 详见[这里](development/hacking-on-gitea.md) |
|
|
|
|
|
|
|
|
|
|
|
各种可用的 [make 任务](https://github.com/go-gitea/gitea/blob/main/Makefile) |
|
|
|
各种可用的 [make 任务](https://github.com/go-gitea/gitea/blob/main/Makefile) |
|
|
|
可以用来使编译过程更方便。 |
|
|
|
可以用来使编译过程更方便。 |
|
|
|