mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2024-11-16 11:23:40 +00:00
update README.md
This commit is contained in:
parent
ef03ce5527
commit
26ace8cf96
@ -14,9 +14,9 @@ Go語言聖經 [《The Go Programming Language》](http://gopl.io) 中文版本
|
|||||||
|
|
||||||
先安裝NodeJS和GitBook命令行工具(`npm install gitbook-cli -g`命令)。
|
先安裝NodeJS和GitBook命令行工具(`npm install gitbook-cli -g`命令)。
|
||||||
|
|
||||||
1. 下載 https://github.com/golang-china/gopl-zh/archive/master.zip ,獲取源文件。
|
1. 運行`go get github.com/golang-china/gopl-zh`,獲取 [源文件](https://github.com/golang-china/gopl-zh/archive/master.zip)。
|
||||||
2. 切換到 `gopl-zh` 目録,運行 `gitbook install`,安裝GitBook插件。
|
2. 切換到 `gopl-zh` 目録,運行 `gitbook install`,安裝GitBook插件。
|
||||||
3. 運行`gitbook build`,生成`_book`目録。
|
3. 運行`make`,生成`_book`目録。
|
||||||
4. 打開`_book/index.html`文件。
|
4. 打開`_book/index.html`文件。
|
||||||
|
|
||||||
### 簡體/繁體轉換
|
### 簡體/繁體轉換
|
||||||
|
Loading…
Reference in New Issue
Block a user