diff options
-rw-r--r-- | README.md | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -21,6 +21,13 @@ Like Gemini, Lagrange has been designed with minimalism in mind. It depends on a | |||
21 | 21 | ||
22 | Prebuilt binaries for Windows and macOS can be found in [Releases][rel]. | 22 | Prebuilt binaries for Windows and macOS can be found in [Releases][rel]. |
23 | 23 | ||
24 | On 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 | ||
26 | This 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`. | 33 | This 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`. |