update readme to talk about foobar2000 instead of steam, given steam is VERY linux friendly these days

This commit is contained in:
Nicole O'Connor 2025-02-02 15:49:50 -08:00
parent 713bf30181
commit c633c96ad7

View File

@ -17,15 +17,15 @@
## Quick Usage Primer ## Quick Usage Primer
$ cellar create steam $ cellar create foobar2000
$ cellar -b steam winetricks vcrun2012 $ cellar -b foobar2000 winetricks vcrun2012
# without the -b argument, cellar assumes you want to deal with ~/.wine # without the -b argument, cellar assumes you want to deal with ~/.wine
# you can manage which bottle that points to with this command # you can manage which bottle that points to with this command
$ cellar activate steam $ cellar activate foobar2000
# 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/foobar2000/foobar2000.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.