docs: update readme

This commit is contained in:
Stan Girard 2023-12-07 17:12:58 +01:00 committed by GitHub
parent 7e6209a30b
commit 2c4591f6fb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -103,7 +103,7 @@ You can find the installation video [here](https://www.youtube.com/watch?v=cXBa6
- **Step 2**: Use the `migration.sh` script to run the migration scripts
```bash
chmod +x migration.sh
chmod +x migration.sh # You need to install Gum & postgresql (brew install gum for example)
./migration.sh
# Select 2) Run migrations
```