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

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:
1. Run the installer:
```bash
chmod +x install && ./install
```
2. Compile your codes:
```bash
g++ftxui -o out source_code.cpp
```