Update README.md

This commit is contained in:
Pranav
2020-05-13 15:42:26 -05:00
committed by GitHub
parent 17e1f47fd4
commit 695fac00b4

View File

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