Skip to content
This repository has been archived by the owner on Aug 31, 2023. It is now read-only.

docs: Changing the yarn command #4273

Merged
merged 1 commit into from
Mar 9, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion website/src/pages/guides/getting-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ Run the following commands in a directory with a `package.json` file to install
<PackageManagerCommand
npm="install --save-dev rome"
pnpm="add --save-dev rome"
yarn="add rome --save-dev"
yarn="add --dev rome"
/>

> **Note**: It is also possible to install Rome globally rather than locally. However, this is not recommended.
Expand Down