mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-09 06:18:52 +08:00
Update README.md
This commit is contained in:
19
README.md
19
README.md
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user