diff --git a/README.md b/README.md index ce81310..29cf981 100644 --- a/README.md +++ b/README.md @@ -38,6 +38,7 @@ * [Progress Spinner](#progress-spinner) * [Working with Iterables](#working-with-iterables) * [Building Samples](#building-samples) +* [Generating Single Header](#generating-single-header) * [Contributing](#contributing) * [License](#license) @@ -696,6 +697,12 @@ cmake -DINDICATORS_SAMPLES=ON -DINDICATORS_DEMO=ON .. make ``` +## Generating Single Header + +```bash +python3 utils/amalgamate/amalgamate.py -c single_include.json -s . +``` + ## Contributing Contributions are welcome, have a look at the [CONTRIBUTING.md](CONTRIBUTING.md) document for more information.