chore: clarify path in README

This commit is contained in:
Benjamin Lipp
2025-05-06 16:34:59 +02:00
parent 18359ef3f4
commit ac5a5cf76d

View File

@@ -5,5 +5,5 @@
* call the old script from the Rosenpass repository's root directory with `./analyze.sh` * call the old script from the Rosenpass repository's root directory with `./analyze.sh`
* call the new script: * 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. * `src/analyze.sh analyze $repo` where `$repo` is the absolute(?) path to the root directory of the Rosenpass repository.