From 62d206506fa5dbbcf485fac06a4e74e9932f831f Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Sat, 7 Jan 2023 16:52:09 +0100 Subject: [PATCH] =?UTF-8?q?Speaker=20notes=20for=20=E2=80=9CRunning=20Carg?= =?UTF-8?q?o=20Locally=E2=80=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/cargo/running-locally.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/cargo/running-locally.md b/src/cargo/running-locally.md index 165a7a19..4502e13e 100644 --- a/src/cargo/running-locally.md +++ b/src/cargo/running-locally.md @@ -64,3 +64,11 @@ of the examples in this training: dependencies for you. [1]: https://doc.rust-lang.org/book/ch01-01-installation.html + +
+ +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. + +