From 0b5faf4d645c3c5376a562d1373e6cd5e8b4fdba Mon Sep 17 00:00:00 2001 From: Samy Vacheresse Date: Mon, 5 Aug 2024 10:50:41 +0200 Subject: [PATCH] Update README.md to account for replit overwriting config --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3abcb0a..569400e 100644 --- a/README.md +++ b/README.md @@ -7,7 +7,9 @@ on replit: - copy this repo's url `github.com/Hivebrite/mini_hive` - wait for the import to finish - run this command in the shell tab `bin/setup_replit` to setup the seed DB -- click `run` to launch installation of dependencies +- click `run` to launch installation of dependencies (it will fail because replit is overwriting some config) +- run again `bin/setup_replit` (to bring back the right config) +- now `run` again and it'll work fine - ready to go ✅ ## Maintenance