diff --git a/README.md b/README.md index 23f5adb..2779c65 100644 --- a/README.md +++ b/README.md @@ -26,6 +26,14 @@ * 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 * [Progress Bar](#progress-bar)