summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README.md7
1 files changed, 7 insertions, 0 deletions
diff --git a/README.md b/README.md
index 7249f3cc..f27dfc92 100644
--- a/README.md
+++ b/README.md
@@ -21,6 +21,13 @@ Like Gemini, Lagrange has been designed with minimalism in mind. It depends on a
21 21
22Prebuilt binaries for Windows and macOS can be found in [Releases][rel]. 22Prebuilt binaries for Windows and macOS can be found in [Releases][rel].
23 23
24On macOS you can also install via a Homebrew tap:
25
26```
27$ brew tap skyjake/lagrange
28$ brew install lagrange
29```
30
24## How to compile 31## How to compile
25 32
26This is how to build Lagrange in a POSIX-compatible environment. The required tools are a C11 compiler (e.g., Clang or GCC), CMake and `pkg-config`. 33This is how to build Lagrange in a POSIX-compatible environment. The required tools are a C11 compiler (e.g., Clang or GCC), CMake and `pkg-config`.