diff --git a/.github/workflows/Win_Mac_Linux.yml b/.github/workflows/Win_Mac_Linux.yml
index 9fe928b4..3b08aa48 100644
--- a/.github/workflows/Win_Mac_Linux.yml
+++ b/.github/workflows/Win_Mac_Linux.yml
@@ -23,7 +23,7 @@ jobs:
with:
submodules: true
- - name: apt install xorg-dev libglfw3-dev libsdl2-dev libfreetype-dev (ubuntu only)
+ - name: apt install xorg-dev libglfw3-dev libsdl2-dev libfreetype-dev (ubuntu only)
if: ${{ matrix.platform == 'ubuntu-latest' }}
run: sudo apt-get update && sudo apt-get install -y xorg-dev libglfw3-dev libsdl2-dev libfreetype-dev
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 962f67a1..5674596e 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -45,12 +45,14 @@ include(hello_imgui_add_app)
# On desktop platforms, it will install the "app exe" and the "assets" folder in the install folder.
option(HELLOIMGUI_ADD_APP_WITH_INSTALL "Add cmake install() instructions with hello_imgui_add_app" ON)
+# # do not remove this line (used by the script that generates the documentation)
###############################################################################
# HelloImGui Build options
###############################################################################
################################################################################
+#
- |
10' demo video showcasing multi-platform support and rapid development with Hello ImGui |