diff --git a/.github/README_zh-TW.md b/.github/README_zh-TW.md index b4028ae5..913acadb 100644 --- a/.github/README_zh-TW.md +++ b/.github/README_zh-TW.md @@ -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