From 3402260983602580d1ec7736ca06aa21e0c55f28 Mon Sep 17 00:00:00 2001 From: Paul Fultz II Date: Fri, 2 Feb 2018 11:13:13 -0600 Subject: [PATCH 1/3] Add a note about installing the library with cget --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5f6a9baba..7b7d6dff4 100644 --- a/README.md +++ b/README.md @@ -82,6 +82,7 @@ If you are using [Buckaroo](https://buckaroo.pm), you can install this library's If you are using [vcpkg](https://github.com/Microsoft/vcpkg/) on your project for external dependencies, then you can use the [nlohmann-json package](https://github.com/Microsoft/vcpkg/tree/master/ports/nlohmann-json). Please see the vcpkg project for any issues regarding the packaging. +If you are using [cget](http://cget.readthedocs.io/en/latest/), you can install the latest with `cget install nlohmann/json`. A specific version can be installed with `cget install nlohmann/json@v3.1.0`. Also, the multiple header version can be installed by adding the `-DJSON_MultipleHeaders=ON` flag(ie `cget install nlohmann/json -DJSON_MultipleHeaders=ON`). ## Examples From 50863c5a09a0a91bf10a9aa2367db7aeb17c266f Mon Sep 17 00:00:00 2001 From: Paul Fultz II Date: Fri, 9 Feb 2018 15:35:46 -0600 Subject: [PATCH 2/3] Latest updates based on feedback --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 7b7d6dff4..e6707c54e 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ If you are using [Buckaroo](https://buckaroo.pm), you can install this library's If you are using [vcpkg](https://github.com/Microsoft/vcpkg/) on your project for external dependencies, then you can use the [nlohmann-json package](https://github.com/Microsoft/vcpkg/tree/master/ports/nlohmann-json). Please see the vcpkg project for any issues regarding the packaging. -If you are using [cget](http://cget.readthedocs.io/en/latest/), you can install the latest with `cget install nlohmann/json`. A specific version can be installed with `cget install nlohmann/json@v3.1.0`. Also, the multiple header version can be installed by adding the `-DJSON_MultipleHeaders=ON` flag(ie `cget install nlohmann/json -DJSON_MultipleHeaders=ON`). +If you are using [cget](http://cget.readthedocs.io/en/latest/), you can install the latest version with `cget install nlohmann/json`. A specific version can be installed with `cget install nlohmann/json@v3.1.0`. Also, the multiple header version can be installed by adding the `-DJSON_MultipleHeaders=ON` flag(i.e., `cget install nlohmann/json -DJSON_MultipleHeaders=ON`). ## Examples From 5731695d7b92ced052a92f051ed65a5b08eda844 Mon Sep 17 00:00:00 2001 From: Paul Fultz II Date: Fri, 9 Feb 2018 15:45:20 -0600 Subject: [PATCH 3/3] Clarify dev version and add space after the word flag. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e6707c54e..a7f3450a5 100644 --- a/README.md +++ b/README.md @@ -82,7 +82,7 @@ If you are using [Buckaroo](https://buckaroo.pm), you can install this library's If you are using [vcpkg](https://github.com/Microsoft/vcpkg/) on your project for external dependencies, then you can use the [nlohmann-json package](https://github.com/Microsoft/vcpkg/tree/master/ports/nlohmann-json). Please see the vcpkg project for any issues regarding the packaging. -If you are using [cget](http://cget.readthedocs.io/en/latest/), you can install the latest version with `cget install nlohmann/json`. A specific version can be installed with `cget install nlohmann/json@v3.1.0`. Also, the multiple header version can be installed by adding the `-DJSON_MultipleHeaders=ON` flag(i.e., `cget install nlohmann/json -DJSON_MultipleHeaders=ON`). +If you are using [cget](http://cget.readthedocs.io/en/latest/), you can install the latest development version with `cget install nlohmann/json`. A specific version can be installed with `cget install nlohmann/json@v3.1.0`. Also, the multiple header version can be installed by adding the `-DJSON_MultipleHeaders=ON` flag (i.e., `cget install nlohmann/json -DJSON_MultipleHeaders=ON`). ## Examples