1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2025-04-24 16:42:36 +02:00

Speaker notes for “Running Cargo Locally”

This commit is contained in:
Martin Geisler 2023-01-07 16:52:09 +01:00 committed by Martin Geisler
parent 3db19fd2e5
commit 62d206506f

View File

@ -64,3 +64,11 @@ of the examples in this training:
dependencies for you.
[1]: https://doc.rust-lang.org/book/ch01-01-installation.html
<details>
Try to encourage the class participants to install Cargo and use a
local editor. It will make their life easier since they will have a
normal development environment.
</details>