summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorRay <[email protected]>2017-11-26 11:24:35 +0100
committerGitHub <[email protected]>2017-11-26 11:24:35 +0100
commit7099e4ea4d663ae409ea55496951b64ed61989fc (patch)
treeae8be798109be82b21c6a8790f4110379b1d60a7
parentf991a075e18df5e58bd6f6f90c1b02b5b353cbe3 (diff)
parenta78a1504a8f98cceb2a3b44c6e7f7a285df07b24 (diff)
downloadraylib-7099e4ea4d663ae409ea55496951b64ed61989fc.tar.gz
raylib-7099e4ea4d663ae409ea55496951b64ed61989fc.zip
Merge pull request #400 from a3f/develop
Note that raylib can now be installed via Homebrew
-rw-r--r--README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/README.md b/README.md
index 1c078f52..db8e9698 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.