mirror of https://github.com/gofiber/fiber.git
📚 Doc: Patch READ_zh-TW.md for how to install
parent
f936929847
commit
ef96dbc3e4
|
@ -107,7 +107,7 @@ func main() {
|
|||
|
||||
確保已安裝 Go 版本 `1.14` 或以上 ([下載](https://golang.org/dl/))。
|
||||
|
||||
建立文件夾並在文件夾內執行 `go mod init github.com/your/repo` ([learn more](https://blog.golang.org/using-go-modules)) 指令建立專案,然後使用 [`go get`](https://golang.org/cmd/go/#hdr-Add_dependencies_to_current_module_and_install_them) 指令下載 fiber :
|
||||
建立文件夾並在文件夾內執行 `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 :
|
||||
|
||||
```bash
|
||||
go get -u github.com/gofiber/fiber/v2
|
||||
|
|
Loading…
Reference in New Issue