From 4995e04cf034c0d99fb8526d34e7a8328d6a9428 Mon Sep 17 00:00:00 2001 From: Katos <7927609+katosdev@users.noreply.github.com> Date: Sat, 29 Jun 2024 18:07:35 +0100 Subject: [PATCH] Appease the bot overlords. --- docs/en/contribute/get-started.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/en/contribute/get-started.md b/docs/en/contribute/get-started.md index 43907469..cae20d22 100644 --- a/docs/en/contribute/get-started.md +++ b/docs/en/contribute/get-started.md @@ -19,7 +19,7 @@ If you're using `taskfile` you can run `task --list-all` for a list of all comma If you're using the taskfile, you can use the `task setup` command to run the required setup commands. Otherwise, you can review the commands required in the `Taskfile.yml` file. -Note that when installing dependencies with pnpm you must use the `--shamefully-hoist` flag. If you don't use this flag, you will get an error when running the frontend server. +Note that when installing dependencies with pnpm, you must use the `--shamefully-hoist` flag. If you don't use this flag, you will get an error when running the frontend server. ### API Development Notes start command `task go:run`