From 1c05faf235b59b15a2d7f21c644343b503d3347f Mon Sep 17 00:00:00 2001 From: Nicholas O'Connor Date: Wed, 12 Apr 2017 11:36:41 -0700 Subject: [PATCH] I don't think this markdown speaks triple-backtick --- README.md | 28 +++++++++++++--------------- 1 file changed, 13 insertions(+), 15 deletions(-) diff --git a/README.md b/README.md index 4cdbad9..5254066 100644 --- a/README.md +++ b/README.md @@ -2,25 +2,23 @@ ### bottle management tool for WINE connoisseurs ## Installation -``` -$ mkdir build && cd build -$ cmake .. -$ make -j4 -$ sudo make install -``` + + $ mkdir build && cd build + $ cmake .. + $ make -j4 + $ sudo make install ## Quick Usage Primer -``` -$ cellar create steam -$ cellar -b steam winetricks vcrun2012 -# without the -b argument, cellar assumes you want to deal with ~/.wine -# you can manage which bottle that points to with this command -$ cellar activate steam + $ cellar create steam + $ cellar -b steam winetricks vcrun2012 -# arguments passed to "cellar launch" are passed to wine -$ cellar launch /mnt/windows/Steam/Steam.exe -``` + # without the -b argument, cellar assumes you want to deal with ~/.wine + # 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 * **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.