Skip to content

Commit

Permalink
Merge pull request rustcc#101 from daogangtang/master
Browse files Browse the repository at this point in the history
添加第二章导言。
  • Loading branch information
miketang84 committed Mar 30, 2016
2 parents 8d04091 + 2350316 commit f7a29c0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions 02-install/02-00-preface.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# 安装Rust

本章讲解在三大平台 Linux, MacOS, Windows 上分别安装 Rust 的步骤。
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The Rust primer for beginners.
## 大纲

1. [初识Rust](./01-1st-glance/README.md)
2. 安装Rust「marvin-min 160105」
2. [安装Rust](./02-install/02-01-install_rust_on_linux.md)「marvin-min 160105」
1. [Linux](./02-install/02-01-install_rust_on_linux.md)
2. [Mac](./02-install/02-02-install_rust_on_mac_os.md)
3. [Windows](./02-install/02-03-install_rust_on_windows.md)
Expand Down Expand Up @@ -127,7 +127,7 @@ The Rust primer for beginners.
1. [系统命令:调用grep](34-std/34-01-process.md)
2. [目录操作:简单grep](34-std/34-02-fs-and-path.md)
3. [网络模块:W回音](34-std/34-03-net.md)
35. [实战篇](35-action/json_data/readme.md)「wangyu190810 已完成」
35. [实战篇](35-action/35-00-preface.md)「wangyu190810 已完成」
1. [实战:Json处理](35-action/json_data/readme.md)
2. [实战:Web 应用开发入门](35-action/mysite/readme.md)
3. [实战:使用Postgresql数据库](35-action/db/readme.md)

0 comments on commit f7a29c0

Please sign in to comment.