From 885d9990c80e236fe14f56fa9207e4d975266d95 Mon Sep 17 00:00:00 2001 From: Janis Hutz Date: Thu, 2 Oct 2025 17:23:52 +0200 Subject: [PATCH] [README] Update due to removal of submodule --- README.md | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index c51a5c8..923b0fe 100644 --- a/README.md +++ b/README.md @@ -24,18 +24,16 @@ If you find mistakes, please open an issue or fix them yourself and open a PR. ## Contributing Clone this repo locally using ```bash -git clone --recursive https://github.com/janishutz/eth-summaries -``` -to also include the required LaTeX helpers for compiling the documents (thus the `--recursive` flag. -If you forgot, you can still download them using `git submodule update --init --recursive` and whenever an update is published to them, you can pull the changes using -```bash -git submodule update --remote +git clone https://github.com/janishutz/eth-summaries ``` +You will need to also clone the helpers to `~/projects/latex`, which you can find [here](https://git.janishutz.com/janishutz/latex). +If you want to use a different folder, simply duplicate the import line, change it and when opening a PR, simply change it back. + ------- ***NOTE***: 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 ```bash -git clone --recursive https://github.com//eth-summaries +git clone https://github.com//eth-summaries ``` ---