1
0
mirror of https://github.com/google/comprehensive-rust.git synced 2024-11-21 13:25:53 +02:00

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).
This commit is contained in:
Martin Geisler 2024-11-19 19:25:44 +01:00 committed by GitHub
parent 088169b989
commit 2256525a90
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.
<details>
Key points: