Skip to content

Commit e8078c3

Browse files
committed
Update guide for Cargo installation
1 parent 496dc4e commit e8078c3

File tree

1 file changed

+5
-4
lines changed

1 file changed

+5
-4
lines changed

src/doc/guide.md

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,13 +284,14 @@ program doesn't have any dependencies, so we'll only be using the first part of
284284
its functionality. Eventually, we'll add more. Since we started off by using
285285
Cargo, it'll be easy to add later.
286286

287-
Let's convert Hello World to Cargo. The first thing we need to do to begin
288-
using Cargo is to install Cargo. Luckily for us, the script we ran to install
289-
Rust includes Cargo by default. If you installed Rust some other way, you may
290-
want to [check the Cargo
287+
If you installed Rust via the official installers you will also have
288+
Cargo. If you installed Rust some other way, you may want to [check
289+
the Cargo
291290
README](https://github.com/rust-lang/cargo#installing-cargo-from-nightlies)
292291
for specific instructions about installing it.
293292

293+
Let's convert Hello World to Cargo.
294+
294295
To Cargo-ify our project, we need to do two things: Make a `Cargo.toml`
295296
configuration file, and put our source file in the right place. Let's
296297
do that part first:

0 commit comments

Comments
 (0)