Help: I don't get the steps
Echolon opened this issue · 2 comments
Echolon commented
Hello,
unfortunately I am quite inexperienced with getting those repo files running. And I don't exactly understand the instructions.
- I cloned and build fornalder successfully
- I cloned the repo of interest to my repository folder
-- /repositories/fornalder
-- /repositories/monal
How do I run these command exactly now?
$ target/debug/fornalder --meta projects/project-meta.json \
ingest db.sqlite repo-1.git repo-2.git ...
Sorry, I am a bit limited with my capabilities here... :(
hpjansson commented
Hi, try something like this:
$ cd repositories
$ fornalder/target/debug/fornalder ingest monal.db monal
$ fornalder/target/debug/fornalder plot monal.db monal.png
Then when you've got that working, try variants of the last command with different options described in README.md
.
Echolon commented
Thank you very much! It worked! (just had to use 'Monal' not 'monal')