From 6161f7688cc8467efa24ee4bdb170c2fcab6f534 Mon Sep 17 00:00:00 2001 From: Romain Vimont Date: Wed, 28 Mar 2018 14:10:55 +0200 Subject: [PATCH] Install on macOS via Homebrew in README The application is now packaged for Homebrew: Give instructions to install it from Homebrew for macOS (it's much easier). Thanks to @stek29 for the formula ;-) --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2cfc2301..47461c43 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