From 2256525a903ead817894768c88e28f64d5cc31ac Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Tue, 19 Nov 2024 19:25:44 +0100 Subject: [PATCH] Be explicit that Android examples need a Git checkout (#2465) Without this, students will see subtle differences between what is on the slides and what we have in the code (see #2464 for an example). --- src/android/setup.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/android/setup.md b/src/android/setup.md index 32d9d500..3aa84193 100644 --- a/src/android/setup.md +++ b/src/android/setup.md @@ -13,6 +13,10 @@ Please see the [Android Developer Codelab](https://source.android.com/docs/setup/start) for details. +The code on the following pages can be found in the +[`src/android/` directory](https://github.com/google/comprehensive-rust/tree/main/src/android) +of the course material. Please `git clone` the repository to follow along. +
Key points: