Updated Getting Started (markdown)

David Maas 2023-07-05 07:38:51 -05:00
parent c6c85efc78
commit d477f3f815

@ -25,7 +25,7 @@ For various reasons, our examples are very raw: we don't load fancy fonts and ge
## Compiling/Linking
- (1) Decide if you want to use `master` or [`docking`](https://github.com/ocornut/imgui/issues/2109) branch. Both are maintained, you can easily switch later.
- (1) Decide if you want to use `master` or [`docking`](https://github.com/ocornut/imgui/wiki/Docking) branch. Both are maintained, you can easily switch later.
- (2) Pull the repository into a submodule of your project, or simply download/copy the repository in yours and commit it.
- (3) Add files to your project or build system of your choice, so they get compiled and linked into your app.
- Add all source files in the root folder: `imgui/{*.cpp,*.h}`.