I don't think this markdown speaks triple-backtick
This commit is contained in:
parent
ee74e3f654
commit
1c05faf235
@ -2,15 +2,14 @@
|
||||
### bottle management tool for WINE connoisseurs
|
||||
|
||||
## Installation
|
||||
```
|
||||
|
||||
$ mkdir build && cd build
|
||||
$ cmake ..
|
||||
$ make -j4
|
||||
$ sudo make install
|
||||
```
|
||||
|
||||
## Quick Usage Primer
|
||||
```
|
||||
|
||||
$ cellar create steam
|
||||
$ cellar -b steam winetricks vcrun2012
|
||||
|
||||
@ -20,7 +19,6 @@ $ cellar activate steam
|
||||
|
||||
# arguments passed to "cellar launch" are passed to wine
|
||||
$ cellar launch /mnt/windows/Steam/Steam.exe
|
||||
```
|
||||
|
||||
## 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.
|
||||
|
Loading…
Reference in New Issue
Block a user