This commit is contained in:
chai2010 2015-12-29 17:46:44 +08:00
parent e12438697e
commit 1da223e2d1

View File

@ -17,7 +17,7 @@ Go語言聖經 [《The Go Programming Language》](http://gopl.io) 中文版本
先安裝NodeJS和GitBook命令行工具(`npm install gitbook-cli -g`命令)。
1. 下載 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`目録。
4. 打開`_book/index.html`文件。