Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions phases/00-setup-and-tooling/01-dev-environment/docs/en.md
Original file line number Diff line number Diff line change
Expand Up @@ -103,6 +103,12 @@ rustc --version
cargo --version
```

Initialize a Cargo project in the course repo root so Rust lessons build and run with `cargo`. Use `--vcs none` since the repo is already under git:

```bash
cargo init --vcs none
```

### Step 5: Julia (Optional)

For math-heavy lessons where Julia shines.
Expand Down