Skip to content

Commit

Permalink
more clarifiecations
Browse files Browse the repository at this point in the history
  • Loading branch information
freemansoft committed Jul 24, 2023
1 parent 5ceefce commit b5d4ddd
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions packages/riverpod_graph/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,22 @@ Assuming you are working on `riverpod_graph` in this repo. You can test against

```
cd <the riverpod_graph directory>
```

mermaid.js markup
```bash
../riverpod/packages/riverpod_graph$ dart run riverpod_graph:riverpod_graph ../../examples/todos/lib
```

d2 markup
```bash
../riverpod/packages/riverpod_graph$ dart run riverpod_graph:riverpod_graph ../../examples/todos/lib -f d2
```

Assuming you have activated, installed, riverpod_graph in the global dart cache:

```
mermaid.js markup
```bash
cd <the lib directory of the program you wish to analyze>
$ dart pub global run riverpod_graph . -f d2
$ dart pub global run riverpod_graph .
```

0 comments on commit b5d4ddd

Please sign in to comment.