Skip to content

Commit

Permalink
getting-set-up: more about 'raen build'
Browse files Browse the repository at this point in the history
  • Loading branch information
chadoh committed Aug 15, 2022
1 parent 9728db9 commit 1be27f4
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/intro/getting-set-up.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,9 +59,11 @@
raen build --release
```

This may take a minute. Rust fetches dependencies and compiles your project in one step. It will go faster on subsequent runs.
This wraps `cargo build --release`, adding some extra goodies.

If you skip this, the editor setup from Step 5 won't work.
It may take a minute. Rust fetches dependencies and compiles your project in one step. Subsequent runs will go faster.

If you skip this, the editor setup from Step 5 won't work. The help docs shown by your editor are fetched along with the dependencies themselves.

8. Open an example.

Expand Down

0 comments on commit 1be27f4

Please sign in to comment.