From 5b96a96ea15b69ee379c2004862f3e834b3de3ab Mon Sep 17 00:00:00 2001 From: PiGames Date: Tue, 10 Jun 2025 11:52:28 +0300 Subject: [PATCH] Update README.md install script explained --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 48b0e683..d5f09215 100644 --- a/README.md +++ b/README.md @@ -436,6 +436,11 @@ If you don't, FTXUI may be used from the following packages: If you choose to build with g++, you can use bash script: +1. Run the installer: +```bash +chmod +x install && ./install +``` +2. Compile your codes: ```bash g++ftxui -o out source_code.cpp ```