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
+1-9Lines changed: 1 addition & 9 deletions
Original file line number
Diff line number
Diff line change
@@ -118,14 +118,7 @@ I also noticed that such a tool was frequently requested in the AzerothCore Disc
118
118
```
119
119
3. Configure the application: copy `config.default.json` to `config.json` or `.env.example` to `.env` and edit the resulting file.
120
120
See the [Configuration Reference](#configuration-reference) below for a description of all values.
121
-
4. Download the model viewer's data:
122
-
* Download from script:
123
-
```sh
124
-
npm run build
125
-
npm run fetchdata
126
-
```
127
-
**OR**
128
-
* Download the latest archive (`data.zip`) from the [Releases](https://github.com/r-o-b-o-t-o/azerothcore-armory/releases) page and extract it to the `data/` directory.
121
+
4. Download the model viewer's data from the [Releases](https://github.com/r-o-b-o-t-o/azerothcore-armory/releases) page and extract it to the `data/` directory.
129
122
130
123
### Configuration Reference
131
124
@@ -185,7 +178,6 @@ Open a web browser and navigate to http://localhost:48733
185
178
Other useful npm scripts:
186
179
*`npm run clean`: cleans the build directory
187
180
*`npm run watch`: watches for changes and rebuilds automatically, useful for development
188
-
*`npm run fetchdata`: downloads the data needed by the 3D model viewer
189
181
*`npm run cleardata`: clears the data downloaded for the 3D model viewer
0 commit comments