From ac5a5cf76d59af5d7a0bd3deae80f5fe32c07407 Mon Sep 17 00:00:00 2001 From: Benjamin Lipp Date: Tue, 6 May 2025 16:34:59 +0200 Subject: [PATCH] chore: clarify path in README --- marzipan/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/marzipan/README.md b/marzipan/README.md index 3ea7136..8957f7e 100644 --- a/marzipan/README.md +++ b/marzipan/README.md @@ -5,5 +5,5 @@ * call the old script from the Rosenpass repository's root directory with `./analyze.sh` * call the new script: - * `nix shell` + * in `analyze_py/marzipan`: `nix shell` * `src/analyze.sh analyze $repo` where `$repo` is the absolute(?) path to the root directory of the Rosenpass repository.