Skip to content
This repository was archived by the owner on Apr 13, 2024. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,13 @@

## 下载/安装

要从源码安装本教程,首先请[设置一个工作空间](https://go-zh.org/doc/code.html)并执行
要从源码安装本教程,首先请[设置一个工作空间](https://go-zh.org/doc/code.html)。

Go 1.17 及以上版本执行:

$ go install github.com/Go-zh/tour@latest

Go 1.16 及以下版本执行:

$ go get -u github.com/Go-zh/tour

Expand Down