Skip to content

Commit

Permalink
Fix some issues with the README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
SpringsteinM committed Nov 8, 2024
1 parent 46113de commit fca1799
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,15 +28,15 @@
cd tibava
```

2. Run `install.sh` to download and extract models:
2. Download and extract models:
```sh
mkdir data/cache
mkdir data/analyser
mkdir data/media
mkdir data/tmp
mkdir data/predictions
mkdir data/backend_cache
wget wget https://tib.eu/cloud/s/xLXEEsf99KPYcoW/download/models.tar.gz
wget https://tib.eu/cloud/s/kAe3TXPfsBpwtwk/download/models.tar.gz
tar -xf models.tar.gz --directory data/
```

Expand Down

0 comments on commit fca1799

Please sign in to comment.