README.md 1.3 KB
Newer Older
W
gitbook  
wizardforcel 已提交
1 2 3 4 5 6 7 8
# 通往财富自由之路精细笔记

> 讲师:[李笑来](https://baike.baidu.com/item/李笑来/10966850)
> 
> 整理人:[飞龙](https://github.com/wizardforcel)
> 
> 协议:[CC BY-NC-SA 4.0](http://creativecommons.org/licenses/by-nc-sa/4.0/)

W
wizardforcel 已提交
9
+ [在线阅读](https://wealfree.apachecn.org)
W
wizardforcel 已提交
10
+ [在线阅读(Gitee)](https://apachecn.gitee.io/the-way-to-wealth-freedom-notes/)
W
gitbook  
wizardforcel 已提交
11 12 13
+ [PDF格式](https://www.gitbook.com/download/pdf/book/wizardforcel/the-way-to-wealth-freedom-notes)
+ [EPUB格式](https://www.gitbook.com/download/epub/book/wizardforcel/the-way-to-wealth-freedom-notes)
+ [MOBI格式](https://www.gitbook.com/download/mobi/book/wizardforcel/the-way-to-wealth-freedom-notes)
W
fix  
wizardforcel 已提交
14
+ [代码仓库](https://github.com/it-ebooks/the-way-to-wealth-freedom-notes)
W
wizardforcel 已提交
15 16 17 18


## 下载

W
wizardforcel 已提交
19 20 21 22 23 24 25 26
### Docker

```
docker pull apachecn0/the-way-to-wealth-freedom-notes
docker run -tid -p <port>:80 apachecn0/the-way-to-wealth-freedom-notes
# 访问 http://localhost:{port} 查看文档
```

W
wizardforcel 已提交
27 28 29 30 31 32 33 34
### PYPI

```
pip install the-way-to-wealth-freedom-notes
the-way-to-wealth-freedom-notes <port>
# 访问 http://localhost:{port} 查看文档
```

W
wizardforcel 已提交
35 36 37 38 39 40 41
### NPM

```
npm install -g the-way-to-wealth-freedom-notes
the-way-to-wealth-freedom-notes <port>
# 访问 http://localhost:{port} 查看文档
```