-
-
Notifications
You must be signed in to change notification settings - Fork 82
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: improve guides, add 'Migrate from' page #134
Conversation
✅ Deploy Preview for biomejs ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
3b7a90d
to
5aa06db
Compare
## Installation | ||
|
||
The fastest way to download Biome is to use `npm` or your preferred package manager. The CLI is also available as a [standalone executable](/guides/manual-installation) if you want to use Biome without installing Node.js. | ||
The fastest way to download Biome is to use `npm` or your preferred package manager. | ||
This requires Node.js v14.18 or newer. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Where does this info lies?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think it is just the script that launches biome. Not sure. @ematipico any idea?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
That's exactly this. The information comes from our engine field. We have a tiny script that just reads os and arch, and launches the binary of the correct architecture.
https://github.com/biomejs/biome/blob/main/packages%2F%40biomejs%2Fbiome%2Fbin%2Fbiome
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I wonder if we could avoid this script by running a post install script that creates a synlink?
We should take a look at other packages that ship binaries such as esbuild.
5aa06db
to
1debe31
Compare
6ef1bca
to
de5b7ae
Compare
de5b7ae
to
5bd841f
Compare
Summary
System Requirements
sectionIt is already specified in
Supported platforms
in theManual Installation
guide.Migrate from ESLint and Prettier
guideManual Installation
guide.