apps/docs/content/docs/getting-started/index.mdx
If you're new to Turborepo, you can follow these steps to get started.
<Steps> <Step> ## Install TurborepoInstall turbo globally so you can conveniently run turbo commands in your terminal from anywhere in your repository.
<Tabs items={["npm", "yarn", "pnpm"]} storageKey="selected-pkg-manager"> <Tab value="npm">
npm install turbo --global
To learn more about installing turbo, see the installation guide.