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

Commit 77b2bf5

Browse files
authored
docs: Changing the yarn command (#4273)
1 parent e545bcf commit 77b2bf5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

website/src/pages/guides/getting-started.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Run the following commands in a directory with a `package.json` file to install
2626
<PackageManagerCommand
2727
npm="install --save-dev rome"
2828
pnpm="add --save-dev rome"
29-
yarn="add rome --save-dev"
29+
yarn="add --dev rome"
3030
/>
3131

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

0 commit comments

Comments
 (0)