Update README.md

install script explained
This commit is contained in:
PiGames 2025-06-10 11:52:28 +03:00 committed by GitHub
parent a6165b9d55
commit 5b96a96ea1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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: 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 ```bash
g++ftxui -o out source_code.cpp g++ftxui -o out source_code.cpp
``` ```