From 75aee682abf184e94f6436e87ce35f089ac7d704 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luk=C3=A1=C5=A1=20N=C4=9Bmec?= Date: Wed, 26 Oct 2016 09:15:36 +0200 Subject: [PATCH] Update README.md --- README.md | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) 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.