From 24838584965e0630b62d5621298d00432cb30329 Mon Sep 17 00:00:00 2001 From: Brord van Wierst Date: Fri, 18 Sep 2020 16:59:49 +0200 Subject: [PATCH] quick readme update --- bindings/c/README.md | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/bindings/c/README.md b/bindings/c/README.md index e86e3b81..b3b11847 100644 --- a/bindings/c/README.md +++ b/bindings/c/README.md @@ -2,6 +2,12 @@ ## Instructions -./make +Change `src/constants.rs` to your preferred node and settings. (default to localhost) -cargo build --target-dir ./target \ No newline at end of file +Edit your author and subscriber seeds in `make.c` + +run `./make` in this folder + +Then run `cargo build --target-dir ./target` to build the rust code. + +A binary will be generated which you can run in `./target/streams` \ No newline at end of file