Skip to content

Commit

Permalink
doc(cli): minor changes to commands
Browse files Browse the repository at this point in the history
rename `example-inputs.zip` to `example_inputs.zip` since
everything else is named with a `_`
  • Loading branch information
DesmondWillowbrook committed Aug 16, 2022
1 parent efcd635 commit aa99d5c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cli/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,11 +36,11 @@ cargo run --release --bin librarian -- PATH_TO_INPUT
)
```

For example, to pass the example files, first uncompress with `unzip frontend/example_inputs` and then run
For example, to pass the example files, first uncompress with `unzip example_inputs.zip` in `../frontend/example_inputs/` and then run
```bash
(
export LIBRARIAN_API_URL=http://127.0.0.1:8186/api/plot_comp
export RUST_LOG=trace # other values are `debug`, `info`, `warn` and `error` - default is `info`
cargo run --release --bin librarian -- frontend/example_inputs/example_inputs/*
cargo run --release --bin librarian -- ../frontend/example_inputs/example_inputs/*
)
```
File renamed without changes.

0 comments on commit aa99d5c

Please sign in to comment.