From 571c87283db59230dc9998bcab225f4f3758f351 Mon Sep 17 00:00:00 2001
From: Martin Geisler <mgeisler@google.com>
Date: Tue, 3 Jan 2023 16:40:37 +0100
Subject: [PATCH] Explain how the course can be used

From a discussion on Twitter:
https://twitter.com/bluxte/status/1610297443324727298.
---
 README.md | 13 +++++++++++++
 1 file changed, 13 insertions(+)

diff --git a/README.md b/README.md
index 6f4fe344..238268e1 100644
--- a/README.md
+++ b/README.md
@@ -7,6 +7,19 @@ Android-specific content on the last day.
 
 Read the course at **https://google.github.io/comprehensive-rust/**.
 
+## Course Format and Target Audience
+
+The course is used internally at Google when teaching Rust to experienced
+software engineers. They typically have a background in C++ or Java.
+
+The course is taught in a classroom setting and we hope it will be useful for
+others who want to teach Rust to their team. The course will be less useful for
+self-study since you miss out on the discussions happening in the classroom. You
+don't see the questions and answers and you don't see the compiler errors we
+trigger when going through the code samples. We hope to improve on this via
+[speaker notes](https://github.com/google/comprehensive-rust/issues/53) and by
+[publishing videos](https://github.com/google/comprehensive-rust/issues/52).
+
 ## Building
 
 The course is built using [mdBook](https://github.com/rust-lang/mdBook) and its