Skip to content
This repository was archived by the owner on Apr 15, 2024. It is now read-only.

Commit 6373e9b

Browse files
Merge pull request #33 from kwek20/binary
quick readme update
2 parents 3d7223e + 2483858 commit 6373e9b

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

bindings/c/README.md

+8-2
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,12 @@
22

33
## Instructions
44

5-
./make
5+
Change `src/constants.rs` to your preferred node and settings. (default to localhost)
66

7-
cargo build --target-dir ./target
7+
Edit your author and subscriber seeds in `make.c`
8+
9+
run `./make` in this folder
10+
11+
Then run `cargo build --target-dir ./target` to build the rust code.
12+
13+
A binary will be generated which you can run in `./target/streams`

0 commit comments

Comments
 (0)