Skip to content

Commit

Permalink
minor: Update BUILDING.md with Node.js and Yarn requirements for MacOS
Browse files Browse the repository at this point in the history
  • Loading branch information
Rusydy committed Jun 5, 2024
1 parent c42f0b8 commit 2e78f70
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion BUILDING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,12 @@ This is the guide to building the latest version of SCRCPY+ for all operating sy
- Windows
- [Node v18](https://nodejs.org/en/)
- Yarn Package Manager // run `npm i -g yarn`
- Linux / Mac
- Linux
- [Node v18](https://nodejs.org/en/)
- Yarn Package Manager // run `sudo npm i -g yarn`
- MacOS
- [Node v16](https://nodejs.org/en/)
- Yarn Package Manager // run `sudo npm i -g yarn`

## Build
- Windows, Linux & MacOS
Expand Down

0 comments on commit 2e78f70

Please sign in to comment.