From 5662635d454a058495cf2a0ef2ba84949ed37246 Mon Sep 17 00:00:00 2001 From: Francis Dinh Date: Wed, 22 Mar 2023 18:34:15 -0400 Subject: [PATCH] Update branch checked out to "main" --- docs/install-docker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install-docker.md b/docs/install-docker.md index 9588df3d0..1e88454d9 100644 --- a/docs/install-docker.md +++ b/docs/install-docker.md @@ -58,7 +58,7 @@ When updating, be sure to check the [release notes](https://akkoma.dev/FoundKeyG ```sh git stash -git checkout master +git checkout main git pull git stash pop docker compose build