Skip to content

Commit

Permalink
Update installation.mdx (#4013)
Browse files Browse the repository at this point in the history
Update yarn command to install nextui-cli because yarn add -g ... doesnt work and needs to use yarn add global
  • Loading branch information
clementvt authored Nov 27, 2024
1 parent 34fb9e5 commit d4e40ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/docs/content/docs/guide/installation.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Execute one of the following commands in your terminal:
<PackageManagers
commands={{
npm: "npm install -g nextui-cli",
yarn: "yarn add -g nextui-cli",
yarn: "yarn add global nextui-cli",
pnpm: "pnpm add -g nextui-cli",
bun: "bun add -g nextui-cli",
}}
Expand Down

0 comments on commit d4e40ba

Please sign in to comment.