Signed-off-by: jolheiser <[email protected]>
This commit is contained in:
guillep2k
2020-03-04 21:37:19 -03:00
committed by GitHub
parent 9bd3c9a3c2
commit acd1034d5e
3 changed files with 7 additions and 12 deletions
+1 -1
View File
@@ -46,7 +46,7 @@ git checkout v{{< version >}}
要从源代码进行编译,以下依赖程序必须事先安装好:
- `go` 1.11.0 或以上版本, 详见 [here](https://golang.org/dl/)
- `go` {{< min-go-version >}} 或以上版本, 详见 [here](https://golang.org/dl/)
- `node` 10.0.0 或以上版本,并且安装 `npm`, 详见 [here](https://nodejs.org/en/download/)
- `make`, 详见 <a href='{{< relref "make.zh-cn.md" >}}'>这里</a>