Commit b0ba140659194ba1a1408d0dae62a484e7f38026
Committed by
GitHub
1 parent
586d8f5f
Add break in brew script
Added <br> to improve cut-n-paste for MacOS
Showing
1 changed file
with
1 additions
and
1 deletions
readme.md
| ... | ... | @@ -26,7 +26,7 @@ For rpm based distributions (Fedora) use this command: |
| 26 | 26 | > dnf install cmake qt5-qtbase-gui qt5-qttools-devel qt5-qttranslations fftw-devel libusbx-devel binutils-devel libusb-1.0-0-devel |
| 27 | 27 | |
| 28 | 28 | For MacOSX use homebrew |
| 29 | -> brew update | |
| 29 | +> brew update <br> | |
| 30 | 30 | > brew install libusb fftw qt5; |
| 31 | 31 | |
| 32 | 32 | After you've installed the requirements either run **cmake-gui** or run the following commands inside the directory of this package: | ... | ... |