📚 Doc: Patch READ_zh-TW.md for how to install

pull/1082/head
Rock 2020-12-19 00:16:19 +08:00 committed by GitHub
parent f936929847
commit ef96dbc3e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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