summaryrefslogtreecommitdiffstats
path: root/src/doc/book/src/ch01-00-getting-started.md
diff options
context:
space:
mode:
Diffstat (limited to 'src/doc/book/src/ch01-00-getting-started.md')
-rw-r--r--src/doc/book/src/ch01-00-getting-started.md8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/doc/book/src/ch01-00-getting-started.md b/src/doc/book/src/ch01-00-getting-started.md
new file mode 100644
index 000000000..ff5e324f7
--- /dev/null
+++ b/src/doc/book/src/ch01-00-getting-started.md
@@ -0,0 +1,8 @@
+# Getting Started
+
+Let’s start your Rust journey! There’s a lot to learn, but every journey starts
+somewhere. In this chapter, we’ll discuss:
+
+* Installing Rust on Linux, macOS, and Windows
+* Writing a program that prints `Hello, world!`
+* Using `cargo`, Rust’s package manager and build system