docs: 📝 wrong flag in curl command

This commit is contained in:
HannesOberreiter 2023-06-24 09:20:43 +02:00
parent d85311c4b5
commit 4894acbe27

View File

@ -70,7 +70,7 @@ If you run the project locally, you can use the data from the live site includin
```
cd heisse-preise
rm data/latest-canonical.*
curl -O data/latest-canonical.json https://heisse-preise.io/data/latest-canonical.json
curl -o data/latest-canonical.json https://heisse-preise.io/data/latest-canonical.json
```
Restart the server with either `npm run dev` or `npm run start`.