You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Docs] add "3" number in the "berry" term explain. (#3277)
* [Docs] add "3" number in the "berry" term explain.
I added 3" number in the "berry" term explain at `getting-startted/install.md`.
Because v3 development and shipping still running on "berry".
Thank you for making excellent tool!
* Update install.md
Co-authored-by: Maël Nison <[email protected]>
Copy file name to clipboardExpand all lines: packages/gatsby/content/getting-started/install.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -47,7 +47,7 @@ cd ~/path/to/project
47
47
yarn set version berry
48
48
```
49
49
50
-
> "Berry" is the codename for the Yarn 2 release line. It's also the name of our [repository](https://github.com/yarnpkg/berry)!
50
+
> "Berry" is the codename for all versions of Yarn from 2 onwards: 2.x, 3.x, etc. It's also the name of our [repository](https://github.com/yarnpkg/berry)!
51
51
52
52
4. Commit new & updated files. See: [Which files should be gitignored?](/getting-started/qa#which-files-should-be-gitignored)
0 commit comments