diff --git a/README.md b/README.md index 2cfc230..47461c4 100644 --- a/README.md +++ b/README.md @@ -116,10 +116,17 @@ export PATH="$JAVA_HOME/bin:$PATH" #### Mac OS -Use [Homebrew] to install the packages: +The application is available in [Homebrew]. Just install it: [Homebrew]: https://brew.sh/ +```bash +brew install scrcpy +``` + +Instead, you may want to build it manually. Install the packages: + + ```bash # runtime dependencies brew install sdl2 ffmpeg