Skip to content

Commit

Permalink
cli: installation instructions update
Browse files Browse the repository at this point in the history
  • Loading branch information
kartva authored Dec 24, 2023
1 parent 8163469 commit 979efde
Showing 1 changed file 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 @@ -49,7 +49,7 @@ CLI binaries can be found in the [Github Releases](https://github.com/DesmondWil

The released binaries are statically linked with `musl`, so there shouldn't be too much in the way of system requirements for the CLI except running Linux.

Running with the `--local` option **requires additional dependencies** to be installed. Refer to the [server README's Runtime Dependencies section](../server/README.md#runtime-dependencies) for a list of the other dependencies.
Running with the `--local` option **requires additional dependencies** to be installed. Refer to the [server README's Runtime Dependencies section](../server/README.md#runtime-dependencies) for a list of the other dependencies. (The CLI tar file includes a copy of the `scripts` folder beside the binary)

## Install from source
Requires a recent version of the [Rust](https://rust-lang.org) toolchain.
Expand All @@ -69,4 +69,4 @@ 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/*
)
```
```

0 comments on commit 979efde

Please sign in to comment.