Skip to content

Latest commit

 

History

History
59 lines (39 loc) · 1.96 KB

README.md

File metadata and controls

59 lines (39 loc) · 1.96 KB

Ingress 中文游戏指南

正在写作中。

在线阅读本书

http://hz-ingress.gitbooks.io/ingress-tutorial/content/

下载电子书

https://www.gitbook.com/book/hz-ingress/ingress-tutorial/dashboard

自行编译

依赖项:

$ npm install gitbook-cli -g
$ npm install --save gitbook-plugin-fancybox
$ npm install --save gitbook-plugin-addcssjs

然后 clone 本书

$ git clone --depth 1 https://github.com/hz-ingress/ingress-tutorial.git

接下来你可以选择其中一种方法来查看本书的内容:

  • 构建静态 HTML 页面

    $ gitbook build

    完成后页面将会存放在 _book 目录中。

  • 直接在浏览器中观看

    $ gitbook serve

参与项目

合作请联系: jamesswineson[#]gmail.com

版权

Creative Commons License
Ingress 中文游戏指南 by Hangzhou Ingress Group is licensed under a Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International License.
Based on a work at hz-ingress/ingress-tutorial.