Skip to content

Commit 2df1fad

Browse files
authored
docs(README): remove bugged fetchdata script
1 parent 13ae2e9 commit 2df1fad

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

README.md

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -118,14 +118,7 @@ I also noticed that such a tool was frequently requested in the AzerothCore Disc
118118
```
119119
3. Configure the application: copy `config.default.json` to `config.json` or `.env.example` to `.env` and edit the resulting file.
120120
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.
129122

130123
### Configuration Reference
131124

@@ -185,7 +178,6 @@ Open a web browser and navigate to http://localhost:48733
185178
Other useful npm scripts:
186179
* `npm run clean`: cleans the build directory
187180
* `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
189181
* `npm run cleardata`: clears the data downloaded for the 3D model viewer
190182

191183
### With Docker

0 commit comments

Comments
 (0)