diff --git a/README.md b/README.md index 947f8a6..ad89e21 100644 --- a/README.md +++ b/README.md @@ -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.