aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIlya Kitaev <mbg033@gmail.com>2016-10-13 16:07:47 +0300
committerIlya Kitaev <mbg033@gmail.com>2016-10-19 20:47:27 +0300
commit653e5f13edacdd5dd836f261ed783bf11eb6ac98 (patch)
tree58e37f4c332140cef890fc40608299a88006681d
parent78274173017791ac46565b97e3cc9cccbd8730c5 (diff)
downloadmonzero-gui-653e5f13edacdd5dd836f261ed783bf11eb6ac98.tar.gz
monzero-gui-653e5f13edacdd5dd836f261ed783bf11eb6ac98.tar.xz
monzero-gui-653e5f13edacdd5dd836f261ed783bf11eb6ac98.zip
doc: fixed formatting issues
-rw-r--r--README.md16
1 files changed, 8 insertions, 8 deletions
diff --git a/README.md b/README.md
index 40b770f7..42c38b1f 100644
--- a/README.md
+++ b/README.md
@@ -150,17 +150,17 @@ TODO
pacman -S git
```
4. Install Qt5:
-- if you need to build x86 application, install:
+ - if you need to build x86 application, install:
- ```
- pacman -S mingw-w64-i686-qt5
- ```
+ ```
+ pacman -S mingw-w64-i686-qt5
+ ```
-- if you need to build x64 application, install:
+ - if you need to build x64 application, install:
- ```
- pacman -S mingw-w64-x86_64-qt5
- ```
+ ```
+ pacman -S mingw-w64-x86_64-qt5
+ ```
5. Open ```mingw``` shell. MSYS2 will install start menu items for both mingw32 and mingw64 environments, so
you need to open appropriate one:
```%MSYS_ROOT%\msys2_shell.cmd -mingw32``` for x86 targed