Skip to content

Commit e8110bc

Browse files
docs: clarify Rust install step for new users
Small note to help non-devs avoid the common "cargo: command not found" issue after rustup.
1 parent d0b8a87 commit e8110bc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

docs/installation.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,6 +40,7 @@ If not, it can be installed with the following commands:
4040
```sh
4141
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
4242
source ~/.cargo/env
43+
# Restart your terminal (or run `source ~/.cargo/env` again) so the `cargo` command is available.
4344
```
4445

4546
With Rust installed, install the dependencies for your operating system:

0 commit comments

Comments
 (0)