From 14af5d4a9f6b782052dd2e860c80b2bcab34eb50 Mon Sep 17 00:00:00 2001 From: Amir Masoud Abdol Date: Thu, 19 Aug 2021 09:31:39 +0200 Subject: [PATCH] fixing the doc files --- doc/mkdocs/docs/integration/package_managers.md | 3 --- 1 file changed, 3 deletions(-) diff --git a/doc/mkdocs/docs/integration/package_managers.md b/doc/mkdocs/docs/integration/package_managers.md index b860296ab..7b7d1b604 100644 --- a/doc/mkdocs/docs/integration/package_managers.md +++ b/doc/mkdocs/docs/integration/package_managers.md @@ -11,14 +11,12 @@ Throughout this page, we will describe how to compile the example file `example. If you are using OS X and [Homebrew](http://brew.sh), just type ```sh -brew tap nlohmann/json brew install nlohmann-json ``` and you're set. If you want the bleeding edge rather than the latest release, use ```sh -brew tap nlohmann/json brew install nlohmann-json --HEAD ``` @@ -37,7 +35,6 @@ instead. 2. Install the package ```sh - brew tap nlohmann/json brew install nlohmann-json ```