From a78a1504a8f98cceb2a3b44c6e7f7a285df07b24 Mon Sep 17 00:00:00 2001 From: Ahmad Fatoum Date: Sun, 26 Nov 2017 10:42:19 +0100 Subject: [PATCH] Note that raylib can be installed via Homebrew [ci skip] --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 1c078f523..db8e96984 100644 --- a/README.md +++ b/README.md @@ -47,7 +47,9 @@ to accomodate to Android, Raspberry Pi and HTML5. build and installation ---------------------- -Binary releases for Windows, Linux and macOS are available at the [Github Releases](https://github.com/raysan5/raylib/releases) page. +Binary releases for Windows, Linux and macOS are available at the [Github Releases](https://github.com/raysan5/raylib/releases) page. Raylib is also available via following package managers: + + * Homebrew: `brew install raylib` To build raylib yourself, check out the [raylib Wiki](https://github.com/raysan5/raylib/wiki) for detailed instructions.