Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lunemec authored Oct 26, 2016
1 parent 377bd44 commit 75aee68
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,12 @@ Since cross-compilation is not in very much working state right now, you'll have

Steps:
* **install rust**.
* git clone https://github.com/lunemec/rust-birkana

```
cd rust-birkana
cargo build --release
mv target/release/rust-birkana .
git clone https://github.com/lunemec/rust-birkana
cd rust-birkana
cargo build --release
mv target/release/rust-birkana .
```

Now you should be able use the program as described in `usage` section.
Expand Down

0 comments on commit 75aee68

Please sign in to comment.