aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-09-02 22:21:23 +0300
committerGitHub <noreply@github.com>2016-09-02 22:21:23 +0300
commit6efc3680870293f3e4cdcb89e3ef08c83528fba7 (patch)
tree6d17b2ede16725ef40176ef1edf2145924de6793
parentf0920c8a223272e0e8dc3d6ad8c3beeec20ceca1 (diff)
downloadmonzero-gui-6efc3680870293f3e4cdcb89e3ef08c83528fba7.tar.gz
monzero-gui-6efc3680870293f3e4cdcb89e3ef08c83528fba7.tar.xz
monzero-gui-6efc3680870293f3e4cdcb89e3ef08c83528fba7.zip
Fixed malformed format
-rw-r--r--README.md21
1 files 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