diff --git a/README.md b/README.md index 15bb127..88b1ee1 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,8 @@ A minimal template for starting an **ImGui** project on macOS. This repository p ## How to use 1. Clone the repository. -2. Build the project using CMake. -3. Start customizing the ImGui interface for your application. +2. Clone imgui repository inside this repository. +3. Build the project using CMake. +4. Start customizing the ImGui interface for your application. Feel free to extend and modify this template for your own projects!