fixing the doc files

pull/2943/head
Amir Masoud Abdol 2021-08-19 09:31:39 +02:00
parent b65748f763
commit 14af5d4a9f
1 changed files with 0 additions and 3 deletions

View File

@ -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
```