From 2c4591f6fb0579694a05c39ca15301f4359a19fe Mon Sep 17 00:00:00 2001 From: Stan Girard Date: Thu, 7 Dec 2023 17:12:58 +0100 Subject: [PATCH] docs: update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index de8a138c0..24d136d23 100644 --- a/README.md +++ b/README.md @@ -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 ```