Skip to content

Commit

Permalink
Code blocks headers in README
Browse files Browse the repository at this point in the history
  • Loading branch information
mirkobrombin committed Jan 3, 2021
1 parent 115e4f6 commit 45d07fd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ is the only one we currently officially support..

Download the latest [Build](https://github.com/bottlesdevs/Bottles/releases/tag/continuous),
then:
```
```bash
chmod +x Bottles-devel-x86_64.AppImage
./Bottles-devel-x86_64.AppImage
```
Expand Down Expand Up @@ -115,15 +115,15 @@ Instead of use the Appimage you can choose to build your own Bottles from source


#### Build
```
```bash
mkdir build
meson build && cd build
ninja -j$(nproc)
sudo ninja install
```

#### Uninstall
```
```bash
cd build
sudo ninja uninstall
```
Expand Down

0 comments on commit 45d07fd

Please sign in to comment.