From d60d5733f0a8b34f4bca621af911e34a29a739c3 Mon Sep 17 00:00:00 2001 From: Weird Constructor Date: Tue, 5 Jul 2022 20:00:17 +0200 Subject: [PATCH] fix documentation --- src/lib.rs | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/lib.rs b/src/lib.rs index 0b4b1a2..fcbcbe0 100644 --- a/src/lib.rs +++ b/src/lib.rs @@ -121,16 +121,11 @@ I have a pretty detailed TODO list in my private notebook. ## Running the Jack Example: -You need nightly rust: - -```text - rustup toolchain install nightly -``` To run the example: ```text - cargo +nightly run --release --example jack_demo + cargo run --release --example jack_demo_node_api ``` You might need following dependencies (Ubuntu Linux):