Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
Harrm committed May 22, 2019
1 parent 5e174af commit 9e71803
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,12 @@ C bindings over [RUST implementation of sr25519 (schnorrkel)](https://github.com

## Build

1. Install rust compiler (nightly), `cargo`, `cbindgen`:
1. Install rust compiler (nightly), `cargo`:
```bash
curl https://sh.rustup.rs -sSf | sh -s -- -y --default-toolchain nightly
source $HOME/.cargo/env
rustup install nightly
rustup default nightly
cargo install --force cbindgen
```
2. `mkdir build && cd build`
3. Options;
Expand Down

0 comments on commit 9e71803

Please sign in to comment.