aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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