Skip to content

Commit f2fb6af

Browse files
authored
Update README.md
1 parent 636d5cd commit f2fb6af

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,17 +91,19 @@ Add the new addon to catalog by:
9191
### Windows
9292
1. Run "wowpkg-VERSION-win64.exe" from latest release.
9393
2. Create a wowpkg directory in %APPDATA% directory.
94-
3. Copy [config.ini](dev_only/config.ini) and update the addons path to the path of your World of Warcraft AddOns directory.
94+
3. Copy [config.ini](dev_only/config.ini) to %APPDATA%\wowpkg and update the addons path to the path of your World of Warcraft AddOns directory.
9595
4. Assuming wowpkg was installed to the default location. Add C:\Program Files\wowpkg\bin to user PATH environment variable. This makes is easy to run wowpkg from anywhere in the terminal.
9696

9797
### macOS
98+
The below should work on Apple silicon. I have not been able to test on an Intel Mac.
99+
98100
1. Open "wowpkg-VERSION-Darwin.dmg" from latest release.
99101
2. Drag the wowpkg directory to the Applications directory.
100102
3. In the terminal:
101103
```
102104
$ mkdir ~/.config/wowpkg
103105
```
104-
4. Copy [config.ini](dev_only/config.ini) and update the addons path to the path of your World of Warcraft AddOns directory.
106+
4. Copy [config.ini](dev_only/config.ini) to ~/.config/wowpkg and update the addons path to the path of your World of Warcraft AddOns directory.
105107
5. Add wowpkg to your PATH by appending `export PATH="$PATH:/Applications/wowpkg/bin"` to `~/.zshrc` or equivalent config file for your terminal.
106108

107109
## Uninstalling

0 commit comments

Comments
 (0)