Skip to content

Commit

Permalink
Update generate workspace command (#98)
Browse files Browse the repository at this point in the history
#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
  • Loading branch information
euan-cowie authored Dec 25, 2023
1 parent fb44f67 commit 78e2f7c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

1 comment on commit 78e2f7c

@vercel
Copy link

@vercel vercel bot commented on 78e2f7c Dec 25, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

maestros – ./

maestros-git-main-team-shew.vercel.app
maestros-team-shew.vercel.app
www.shew.dev
shew.dev

Please sign in to comment.