You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -91,17 +91,19 @@ Add the new addon to catalog by:
91
91
### Windows
92
92
1. Run "wowpkg-VERSION-win64.exe" from latest release.
93
93
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.
95
95
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.
96
96
97
97
### macOS
98
+
The below should work on Apple silicon. I have not been able to test on an Intel Mac.
99
+
98
100
1. Open "wowpkg-VERSION-Darwin.dmg" from latest release.
99
101
2. Drag the wowpkg directory to the Applications directory.
100
102
3. In the terminal:
101
103
```
102
104
$ mkdir ~/.config/wowpkg
103
105
```
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.
105
107
5. Add wowpkg to your PATH by appending `export PATH="$PATH:/Applications/wowpkg/bin"` to `~/.zshrc` or equivalent config file for your terminal.
0 commit comments