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,25 +2,23 @@
### 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 -b steam winetricks vcrun2012
# without the -b argument, cellar assumes you want to deal with ~/.wine $ cellar create steam
# you can manage which bottle that points to with this command $ cellar -b steam winetricks vcrun2012
$ cellar activate steam
# arguments passed to "cellar launch" are passed to wine # without the -b argument, cellar assumes you want to deal with ~/.wine
$ cellar launch /mnt/windows/Steam/Steam.exe # you can manage which bottle that points to with this command
``` $ cellar activate steam
# arguments passed to "cellar launch" are passed to wine
$ 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.