We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 40eac58 commit 290fd80Copy full SHA for 290fd80
README.md
@@ -48,7 +48,7 @@ with pip: `pip install .`
48
49
3. Run the tool. Give it the database endpoint and directory where the IAM data is stored as arguments:
50
```
51
- iamgraph run --db-uri bolt://localhost:7687 run --input-dir ./input/
+ iamgraph --db-uri bolt://localhost:7687 run --input-dir ./input/
52
53
The individual stages (model and analyse) can also be run separaterly. See `iamgraph help` for details.
54
0 commit comments