From be1a42c319e8ea73a6c37b8810a3a28e20e12aa6 Mon Sep 17 00:00:00 2001 From: Harvey Fong Date: Wed, 7 Jan 2026 03:34:20 +0000 Subject: [PATCH] minor text cleanup --- README.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 284621e..37cf4f0 100644 --- a/README.md +++ b/README.md @@ -12,10 +12,14 @@ FTXUI is a library that allows you to create text-based user interfaces. It is a lightweight library that is easy to use and understand. It is a modern C++ library that provides a functional approach to building terminal applications. +Ubuntu ![ubuntu](resources/ubuntu.png) -![macos](resources/macos.png) -![windows](resources/windows.png) +MacOS +![macos](resources/macos.png) + +Windows +![windows](resources/windows.png) # Build @@ -30,10 +34,14 @@ workdir/ ``` mkdir workdir && cd workdir mkdir FTXUI poomer-ftxui-modal_select && cd FTXUI + +## Build ftxui git clone https://github.com/ArthurSonzogni/FTXUI . cmake -B ./build cmake --build ./build -j$(nproc) [OPTIONAL] cmake -B ./build -DFTXUI_BUILD_EXAMPLES=ON + +## Build poomer-ftxui-modal_select cd ../poomer-ftxui-modal_select wget https://github.com/nlohmann/json/releases/download/v3.12.0/json.hpp git clone https://git.indoodle.com/oomer/poomer-ftxui-modal_select.git . @@ -60,6 +68,8 @@ cd ../FTXUI git clone https://github.com/ArthurSonzogni/FTXUI . ../cmake/bin/cmake -B ./build ../cmake/bin/cmake --build ./build -j$(sysctl -n hw.ncpu) + +# Build poomer-ftxui-modal_select cd ../poomer-ftxui-modal_select wget https://github.com/nlohmann/json/releases/download/v3.12.0/json.hpp git clone https://git.indoodle.com/oomer/poomer-ftxui-modal_select.git .