From 5d8cbccfe961229c468ea8b8551c02098614510f Mon Sep 17 00:00:00 2001 From: memoryruins Date: Fri, 6 Apr 2018 15:12:06 -0400 Subject: [PATCH] Remove article. --- guide/src/qs_1.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guide/src/qs_1.md b/guide/src/qs_1.md index aac24a7de..5e31aec63 100644 --- a/guide/src/qs_1.md +++ b/guide/src/qs_1.md @@ -2,7 +2,7 @@ ## Install Rust -Before we begin, we need to install Rust using the [rustup](https://www.rustup.rs/): +Before we begin, we need to install Rust using [rustup](https://www.rustup.rs/): ```bash curl https://sh.rustup.rs -sSf | sh