summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-11-30 18:53:15 +0200
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-11-30 18:53:15 +0200
commit784c82eba152733531acfb1213e64736a61c8c07 (patch)
tree6378cd26740edcb397d52dc9408897f24797fd23 /README.md
parentff10de6cc2d12e9566a167eb5f02e2ec3d8c1e30 (diff)
Updated README
Install via Homebrew.
Diffstat (limited to 'README.md')
-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`.