diff options
| author | Ilya Kitaev <mbg033@gmail.com> | 2016-09-02 22:21:23 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-09-02 22:21:23 +0300 |
| commit | 6efc3680870293f3e4cdcb89e3ef08c83528fba7 (patch) | |
| tree | 6d17b2ede16725ef40176ef1edf2145924de6793 /README.md | |
| parent | f0920c8a223272e0e8dc3d6ad8c3beeec20ceca1 (diff) | |
| download | monzero-gui-6efc3680870293f3e4cdcb89e3ef08c83528fba7.tar.gz monzero-gui-6efc3680870293f3e4cdcb89e3ef08c83528fba7.tar.xz monzero-gui-6efc3680870293f3e4cdcb89e3ef08c83528fba7.zip | |
Fixed malformed format
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 21 |
1 files changed, 9 insertions, 12 deletions
@@ -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 |
