Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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!