From 6efc3680870293f3e4cdcb89e3ef08c83528fba7 Mon Sep 17 00:00:00 2001 From: Ilya Kitaev Date: Fri, 2 Sep 2016 22:21:23 +0300 Subject: [PATCH] Fixed malformed format --- README.md | 21 +++++++++------------ 1 file changed, 9 insertions(+), 12 deletions(-) diff --git a/README.md b/README.md index a5e2cde3..c62680c8 100644 --- a/README.md +++ b/README.md @@ -134,17 +134,14 @@ Process: TODO where ```Qt5``` is the folder you selected to install Qt 6. Clone repository and build: - ```git clone https://github.com/monero-project/monero-core.git``` - - ```cd monero-core``` - - ```build.sh``` - - - - - - - + ``` + git clone https://github.com/monero-project/monero-core.git + + cd monero-core + + build.sh + + ``` + ### On Windows: TODO