Move sections cut from chapter 1 to the introduction

This commit is contained in:
Carol (Nichols || Goulding)
2018-02-19 12:44:56 -05:00
parent 19099f2118
commit 4fa2deceb0
3 changed files with 6 additions and 1 deletions

View File

@@ -1,8 +1,10 @@
# The Rust Programming Language
[Introduction](ch00-00-introduction.md)
## Getting started
- [Introduction](ch01-00-introduction.md)
- [Getting Started](ch01-00-getting-started.md)
- [Installation](ch01-01-installation.md)
- [Hello, World!](ch01-02-hello-world.md)
- [How Rust is Made and “Nightly Rust”](ch01-03-how-rust-is-made-and-nightly-rust.md)

View File

@@ -0,0 +1,3 @@
# Getting Started