From 78e2f7c83c8f0907ee1bb61ff3f8ebe4e233b43c Mon Sep 17 00:00:00 2001 From: Euan Cowie <85376634+euan-cowie@users.noreply.github.com> Date: Mon, 25 Dec 2023 14:48:56 +0000 Subject: [PATCH] Update generate workspace command (#98) #97 The Terminal code example for generating the studio workspace seems to be outdated. It needs the '-c' argument before the github URL in order to work --- .../content/maestros/lessons/try-it-out/thinking-in-graphs.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/maestros/content/maestros/lessons/try-it-out/thinking-in-graphs.mdx b/apps/maestros/content/maestros/lessons/try-it-out/thinking-in-graphs.mdx index ba00396..9be1e59 100644 --- a/apps/maestros/content/maestros/lessons/try-it-out/thinking-in-graphs.mdx +++ b/apps/maestros/content/maestros/lessons/try-it-out/thinking-in-graphs.mdx @@ -46,7 +46,7 @@ This is a simple pipeline with few steps. In the left sidebar, you can change th You can copy the "Turbo Studio" workspace into your project using [Turborepo Generators](https://turbo.build/repo/docs/core-concepts/monorepos/code-generation). ```bash filename="Terminal" -turbo generate workspace https://github.com/anthonyshew/maestros/tree/main/apps/studio +turbo generate workspace -c https://github.com/anthonyshew/maestros/tree/main/apps/studio # > Follow the prompts. You don't need to install any workspace dependencies. pnpm install # or your package manager turbo start:studio