Skip to content

Commit

Permalink
docs(README): remove bugged fetchdata script
Browse files Browse the repository at this point in the history
  • Loading branch information
r-o-b-o-t-o authored Jul 8, 2024
1 parent 13ae2e9 commit 2df1fad
Showing 1 changed file with 1 addition and 9 deletions.
10 changes: 1 addition & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -118,14 +118,7 @@ I also noticed that such a tool was frequently requested in the AzerothCore Disc
```
3. Configure the application: copy `config.default.json` to `config.json` or `.env.example` to `.env` and edit the resulting file.
See the [Configuration Reference](#configuration-reference) below for a description of all values.
4. Download the model viewer's data:
* Download from script:
```sh
npm run build
npm run fetchdata
```
**OR**
* 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.
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.

### Configuration Reference

Expand Down Expand Up @@ -185,7 +178,6 @@ Open a web browser and navigate to http://localhost:48733
Other useful npm scripts:
* `npm run clean`: cleans the build directory
* `npm run watch`: watches for changes and rebuilds automatically, useful for development
* `npm run fetchdata`: downloads the data needed by the 3D model viewer
* `npm run cleardata`: clears the data downloaded for the 3D model viewer

### With Docker
Expand Down

0 comments on commit 2df1fad

Please sign in to comment.