fix: match windows instruction style for macos in contributing

pull/3281/head
yougotwill 3 months ago
parent 8256d0abad
commit 3ec63cf31f

@ -48,26 +48,47 @@ pip install setuptools
- Install the [Xcode Command-Line Tools](http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/). - Install the [Xcode Command-Line Tools](http://osxdaily.com/2014/02/12/install-command-line-tools-mac-os-x/).
- **Optional:** Install [Homebrew](https://brew.sh/). **Optional:** Install [Homebrew](https://brew.sh/).
- Install [Git](https://git-scm.com). - Install [Git](https://git-scm.com/download/mac).
- We recommend using Homebrew to install Git. Run `brew install git`. We recommend using Homebrew to install Git.
```sh
brew install git
```
- Install [Git-LFS](https://git-lfs.com/) - Install [Git-LFS](https://git-lfs.com/)
- We recommend using Homebrew to install Git-LFS. Run `brew install git-lfs`. We recommend using Homebrew to install Git-LFS.
```sh
brew install git-lfs
```
- Install [Node.JS](https://nodejs.org/en/download/)
We recommend using `nvm` or `asdf`.
You can get the current `<version>` from the [`.nvmrc`](.nvmrc).
- Install [Python](https://www.python.org/downloads/)
We recommend using `asdf`.
- Install [Node.JS](https://nodejs.org) You can get the current `<version>` from the [`.tool-versions`](.tool-versions).
- We recommend using `nvm` or `asdf`. - Install [setuptools](https://pypi.org/project/setuptools/).
- You can get the current `<version>` from the [`.nvmrc`](.nvmrc).
- Install [Yarn Classic](https://classic.yarnpkg.com/en/docs/install/#mac-stable) by running `npm install --global yarn`.
- Install [Python](https://www.python.org) ```sh
- We recommend using `asdf`. pip install setuptools
- You can get the current `<version>` from the [`.tool-versions`](.tool-versions). ```
- Install [setuptools](https://pypi.org/project/setuptools/) by running `pip install setuptools`.
- Install [Yarn Classic](https://classic.yarnpkg.com/en/docs/install/#mac-stable)
```sh
npm install --global yarn
```
### Windows ### Windows

Loading…
Cancel
Save