mirror of
https://github.com/gofiber/fiber.git
synced 2025-05-31 11:52:41 +00:00
Update README_zh-CN.md
This commit is contained in:
parent
ea50823730
commit
5af5459db8
5
.github/README_zh-CN.md
vendored
5
.github/README_zh-CN.md
vendored
@ -104,10 +104,9 @@ func main() {
|
|||||||
</p>
|
</p>
|
||||||
|
|
||||||
## ⚙️ 安装
|
## ⚙️ 安装
|
||||||
|
确保已安装 ([下载](https://golang.org/dl/)) `1.14` 或更高版本的 Go。
|
||||||
|
|
||||||
Make sure you have Go installed ([download](https://golang.org/dl/)). Version `1.14` or higher is required.
|
通过创建文件夹并在文件夹内运行 `go mod init github.com/your/repo` ([了解更多](https://blog.golang.org/using-go-modules)) 来初始化项目,然后使用 [`go get`](https://golang.org/cmd/go/#hdr-Add_dependencies_to_current_module_and_install_them) 命令安装 Fiber:
|
||||||
|
|
||||||
Initialize your project by creating a folder and then running `go mod init github.com/your/repo` ([learn more](https://blog.golang.org/using-go-modules)) inside the folder. Then install Fiber with the [`go get`](https://golang.org/cmd/go/#hdr-Add_dependencies_to_current_module_and_install_them) command:
|
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
go get -u github.com/gofiber/fiber/v2
|
go get -u github.com/gofiber/fiber/v2
|
||||||
|
Loading…
x
Reference in New Issue
Block a user