mirror of
https://github.com/p-ranav/indicators.git
synced 2025-12-16 04:18:51 +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)
|
* Source for the above GIF can be found [here](demo/demo.cpp)
|
||||||
* MIT License
|
* 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
|
## Table of Contents
|
||||||
|
|
||||||
* Supported Indicators
|
* Supported Indicators
|
||||||
@@ -44,6 +36,7 @@ make
|
|||||||
* [Multi Progress](#multiprogress)
|
* [Multi Progress](#multiprogress)
|
||||||
* [Dynamic Progress](#dynamicprogress)
|
* [Dynamic Progress](#dynamicprogress)
|
||||||
* [Progress Spinner](#progress-spinner)
|
* [Progress Spinner](#progress-spinner)
|
||||||
|
* [Building Samples](#building-samples)
|
||||||
* [Contributing](#contributing)
|
* [Contributing](#contributing)
|
||||||
* [License](#license)
|
* [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
|
## Contributing
|
||||||
Contributions are welcome, have a look at the [CONTRIBUTING.md](CONTRIBUTING.md) document for more information.
|
Contributions are welcome, have a look at the [CONTRIBUTING.md](CONTRIBUTING.md) document for more information.
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user