Skip to content

Commit

Permalink
README: Provide absolute path (#29)
Browse files Browse the repository at this point in the history
  • Loading branch information
pmikolajczyk41 committed Jul 21, 2023
1 parent 3c37a6b commit 8c3f24e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ The only requirement for running DRInk! is having Rust installed. The code was t

When you run the binary (`cargo run --release`) you'll see a DRink! TUI. You can also choose to start from a specific path by supplying the `--path` argument like:
```bash
cargo run --release --path example/flipper
cargo run --release --path <absolute path to e.g. example/flipper>
```

### CLI modes
Expand Down

0 comments on commit 8c3f24e

Please sign in to comment.