Update README.md

This commit is contained in:
Pranav
2020-05-09 20:39:40 -05:00
committed by GitHub
parent 3a798551ba
commit e463046745

View File

@@ -27,14 +27,6 @@
* Source for the above GIF can be found [here](demo/demo.cpp)
* MIT License
```bash
git clone https://github.com/p-ranav/indicators
cd indicators
mkdir build && cd build
cmake -DINDICATORS_SAMPLES=ON -DINDICATORS_DEMO=ON ..
make
```
## Table of Contents
* Supported Indicators
@@ -44,6 +36,7 @@ make
* [Multi Progress](#multiprogress)
* [Dynamic Progress](#dynamicprogress)
* [Progress Spinner](#progress-spinner)
* [Building Samples](#building-samples)
* [Contributing](#contributing)
* [License](#license)
@@ -630,6 +623,16 @@ int main() {
}
```
## Building Samples
```bash
git clone https://github.com/p-ranav/indicators
cd indicators
mkdir build && cd build
cmake -DINDICATORS_SAMPLES=ON -DINDICATORS_DEMO=ON ..
make
```
## Contributing
Contributions are welcome, have a look at the [CONTRIBUTING.md](CONTRIBUTING.md) document for more information.