diff --git a/.gitignore b/.gitignore index 6f8ecdb..6e3b6ee 100644 --- a/.gitignore +++ b/.gitignore @@ -1,2 +1,3 @@ /.direnv /wineprefix +/wow diff --git a/readme.md b/readme.md index b3a0dfe..117b7b5 100644 --- a/readme.md +++ b/readme.md @@ -14,3 +14,11 @@ export WINEPREFIX=$PWD/wineprefix winetricks dxvk wine64 $BATTLENET_SETUP ``` + +Once Battle.net is installed, you probably want to launch the up-to-date version +directly to avoid repeated updates: + +I usually copy my WoW installation from another machine to `./wow` (so it +is .gitignore'd) and manually locate it for the Battle.net Launcher. This makes +things like installing addons and whatnot a little easier that going to +`"./wineprefix/drive_c/Program Files (x86)/World of Warcraft"`.