Skip to content
This repository was archived by the owner on Nov 18, 2022. It is now read-only.

Commit 588ee34

Browse files
authored
add link to "Hello, Cargo!" from quick start
1 parent e588b63 commit 588ee34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,8 @@ more details on building and debugging, etc., see [contributing.md](contributing
3939
* Install [rustup](https://www.rustup.rs/) (Rust toolchain manager).
4040
* Install this extension from [the VSCode Marketplace](https://marketplace.visualstudio.com/items?itemName=rust-lang.rust)
4141
(or by entering `ext install rust` at the command palette).
42+
* (Skip this step if you already have Rust projects that you'd like to work on.)
43+
Create a new Rust project by following [these instructions](https://doc.rust-lang.org/book/second-edition/ch01-02-hello-world.html#creating-a-project-with-cargo).
4244
* Open a Rust project (`File > Open Folder...`). Open the folder for the whole
4345
project (i.e., the folder containing 'Cargo.toml'), not the 'src' folder.
4446
* The extension will start when you open a Rust file. You'll be prompted to

0 commit comments

Comments
 (0)