mirror of
https://github.com/monero-project/monero-gui.git
synced 2025-01-10 12:54:30 +00:00
Fixed malformed format
This commit is contained in:
parent
f0920c8a22
commit
6efc368087
1 changed files with 9 additions and 12 deletions
21
README.md
21
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
|
||||
|
|
Loading…
Reference in a new issue