Fixed malformed format

This commit is contained in:
Ilya Kitaev 2016-09-02 22:21:23 +03:00 committed by GitHub
parent f0920c8a22
commit 6efc368087

View file

@ -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