Skip to content

Commit

Permalink
Merge pull request #54 from Rusydy/main
Browse files Browse the repository at this point in the history
docs: Update `BUILDING.md` with Node.js and Yarn requirements for MacOS
  • Loading branch information
Frontesque authored Jun 5, 2024
2 parents c42f0b8 + 2e78f70 commit be7256b
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 be7256b

Please sign in to comment.