diff --git a/README.md b/README.md
index da6b7a153e17dbda46435e3858497207686924e0..fe9eb8b9938fe28cc8f4be3e722d878cdf49cc80 100644
--- a/README.md
+++ b/README.md
@@ -299,6 +299,10 @@ TexLive does not have this functionality built-in.
 
 ## LaTeX errors
 
+> You have requested document class \`src/HsH-report', but the document class provides \`HsH-report'.
+
+This happens when you tried to use something like `\documentclass{src/HsH-report}`, which was a good idea, but doesn't quite work. You need to properly
+add the `src` directory to the path searched by LaTeX (as explained [here](#adding-src-to-path)). You can than simply use `\documentclass{HsH-report}`.
 
 ## BibTeX errors