Skip to content

Commit

Permalink
Fix INSTALL code rendering
Browse files Browse the repository at this point in the history
  • Loading branch information
GriffinRichards authored Sep 8, 2023
1 parent 9be5fae commit 7b03678
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ porymap requires Qt 5.14.2 & C++11.
The easiest way to get Qt is through [homebrew](https://brew.sh/).
Once homebrew is installed, run these commands in Terminal:

```
```bash
xcode-select --install

brew update
Expand All @@ -32,7 +32,7 @@ Install [Qt development tools](https://www.qt.io/download-qt-installer), and use
You need to install Qt. The minimum supported version is currently Qt 5.14.2. You can check your Qt version
with `qtdiag`.

```
```bash
sudo apt-get install qt6-declarative-dev
# if your distro does not have qt6-declarative-dev, try sudo apt-get install qtdeclarative5-dev
qmake
Expand Down

0 comments on commit 7b03678

Please sign in to comment.