From f15ed04ff3d76bb99b0edb0f830a612cf46edd55 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Mon, 22 Sep 2025 13:23:17 +0200 Subject: [PATCH] Update README --- README.md | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1ee3c4c..2f5a724 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,12 @@ Clone this repo locally using ``` git clone --recursive https://github.com/janishutz/eth-summaries ``` -to also include the required LaTeX helpers for compiling the documents +to also include the required LaTeX helpers for compiling the documents (thus the `--recursive` flag. +It is recommended that you fork the repo to contribute back to it. To do that, click the fork button on the repo and clone it locally using +``` +git clone --recursive https://github.com//eth-summaries +``` ---