From 34e2c4ab88146b04ecedfd3458714161225bb927 Mon Sep 17 00:00:00 2001 From: Niels Lohmann Date: Sun, 22 Aug 2021 21:58:37 +0200 Subject: [PATCH] :memo: add link to Homebrew package (#2966) --- README.md | 2 +- doc/mkdocs/docs/integration/package_managers.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 8160462a2..05473fd2b 100644 --- a/README.md +++ b/README.md @@ -1238,7 +1238,7 @@ endif() ### Package Managers -:beer: If you are using OS X and [Homebrew](https://brew.sh), just type `brew install nlohmann-json` and you're set. If you want the bleeding edge rather than the latest release, use `brew install nlohmann-json --HEAD`. +:beer: If you are using OS X and [Homebrew](https://brew.sh), just type `brew install nlohmann-json` and you're set. If you want the bleeding edge rather than the latest release, use `brew install nlohmann-json --HEAD`. See [nlohmann-json](https://formulae.brew.sh/formula/nlohmann-json) for more information. If you are using the [Meson Build System](https://mesonbuild.com), add this source tree as a [meson subproject](https://mesonbuild.com/Subprojects.html#using-a-subproject). You may also use the `include.zip` published in this project's [Releases](https://github.com/nlohmann/json/releases) to reduce the size of the vendored source tree. Alternatively, you can get a wrap file by downloading it from [Meson WrapDB](https://wrapdb.mesonbuild.com/nlohmann_json), or simply use `meson wrap install nlohmann_json`. Please see the meson project for any issues regarding the packaging. diff --git a/doc/mkdocs/docs/integration/package_managers.md b/doc/mkdocs/docs/integration/package_managers.md index bec1f621d..aba070984 100644 --- a/doc/mkdocs/docs/integration/package_managers.md +++ b/doc/mkdocs/docs/integration/package_managers.md @@ -20,7 +20,7 @@ and you're set. If you want the bleeding edge rather than the latest release, us brew install nlohmann-json --HEAD ``` -instead. +instead. See [nlohmann-json](https://formulae.brew.sh/formula/nlohmann-json) for more information. ??? example