mirror of
https://github.com/rosenpass/rosenpass.git
synced 2026-02-28 06:23:08 -08:00
chore: add README for marzipan
This commit is contained in:
9
marzipan/README.md
Normal file
9
marzipan/README.md
Normal file
@@ -0,0 +1,9 @@
|
||||
# Rewriting analyze.sh in Python
|
||||
|
||||
* `../analyze.sh` is the old script
|
||||
* `src/analyze.sh` is the new script
|
||||
|
||||
* call the old script from the Rosenpass repository's root directory with `./analyze.sh`
|
||||
* call the new script:
|
||||
* `nix shell`
|
||||
* `src/analyze.sh analyze $repo` where `$repo` is the absolute(?) path to the root directory of the Rosenpass repository.
|
||||
Reference in New Issue
Block a user