From c633c96ad70b3513a13b75a541c747858668ecbc Mon Sep 17 00:00:00 2001 From: Nicole O'Connor Date: Sun, 2 Feb 2025 15:49:50 -0800 Subject: [PATCH] update readme to talk about foobar2000 instead of steam, given steam is VERY linux friendly these days --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 9e946d2..20c2e97 100644 --- a/README.md +++ b/README.md @@ -17,15 +17,15 @@ ## Quick Usage Primer - $ cellar create steam - $ cellar -b steam winetricks vcrun2012 + $ cellar create foobar2000 + $ cellar -b foobar2000 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 activate foobar2000 # arguments passed to "cellar launch" are passed to wine - $ cellar launch /mnt/windows/Steam/Steam.exe + $ cellar launch /mnt/windows/foobar2000/foobar2000.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.