I don't think this markdown speaks triple-backtick

This commit is contained in:
Nicholas O'Connor 2017-04-12 11:36:41 -07:00
parent ee74e3f654
commit 1c05faf235

View File

@ -2,15 +2,14 @@
### bottle management tool for WINE connoisseurs ### bottle management tool for WINE connoisseurs
## Installation ## Installation
```
$ mkdir build && cd build $ mkdir build && cd build
$ cmake .. $ cmake ..
$ make -j4 $ make -j4
$ sudo make install $ sudo make install
```
## Quick Usage Primer ## Quick Usage Primer
```
$ cellar create steam $ cellar create steam
$ cellar -b steam winetricks vcrun2012 $ cellar -b steam winetricks vcrun2012
@ -20,7 +19,6 @@ $ cellar activate steam
# arguments passed to "cellar launch" are passed to wine # arguments passed to "cellar launch" are passed to wine
$ cellar launch /mnt/windows/Steam/Steam.exe $ cellar launch /mnt/windows/Steam/Steam.exe
```
## Features ## Features
* **Corking**: Saves a bottle's configuration, including any pressed installers (see below) or installed winetricks, to a directory, then removes the WINE bottle from disk. * **Corking**: Saves a bottle's configuration, including any pressed installers (see below) or installed winetricks, to a directory, then removes the WINE bottle from disk.