fix documentation
This commit is contained in:
parent
56bc53d97d
commit
d60d5733f0
1 changed files with 1 additions and 6 deletions
|
@ -121,16 +121,11 @@ I have a pretty detailed TODO list in my private notebook.
|
||||||
|
|
||||||
## Running the Jack Example:
|
## Running the Jack Example:
|
||||||
|
|
||||||
You need nightly rust:
|
|
||||||
|
|
||||||
```text
|
|
||||||
rustup toolchain install nightly
|
|
||||||
```
|
|
||||||
|
|
||||||
To run the example:
|
To run the example:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
cargo +nightly run --release --example jack_demo
|
cargo run --release --example jack_demo_node_api
|
||||||
```
|
```
|
||||||
|
|
||||||
You might need following dependencies (Ubuntu Linux):
|
You might need following dependencies (Ubuntu Linux):
|
||||||
|
|
Loading…
Reference in a new issue