From 648bac3140ce2edd27d74329279f697e48bc1fdd Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Fri, 6 Sep 2024 02:11:53 +0200 Subject: [PATCH] [docs] Fix typo in firefish migration guide --- docs/migrate.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/migrate.md b/docs/migrate.md index a337e5a6e..fc0621506 100644 --- a/docs/migrate.md +++ b/docs/migrate.md @@ -10,7 +10,7 @@ To begin, run `docker exec -it firefish_web /bin/bash` to get a shell in the mai Now, add a patch that will make sure migrations revert correctly: `curl -s https://iceshrimp.dev/iceshrimp/iceshrimp/raw/branch/dev/docs/firefish-redis.patch | git apply --ignore-whitespace`. -### Docker +### Bare metal While in the root directory of your cloned firefish repository, run `curl -s https://iceshrimp.dev/iceshrimp/iceshrimp/raw/branch/dev/docs/firefish-redis.patch | git apply --ignore-whitespace`. This patch makes sure migrations revert correctly. ## Reverting the migrations