Skip to content

Commit d43f13b

Browse files
committed
Update README.md
- clarification now with proper gha in the readme
1 parent 3e41f49 commit d43f13b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
Tread is a header-only C library designed to provide a lightweight API for creating simple "graphics" with extra advanced features only using system API's in the terminal. It aims to hide away low-level terminal complexities while still offering an experience similar to Raylib but in the terminal and functionality of NCurses with a lot of configuration.
1111

12-
It has recently been tested and made to fully work on Windows using either GCC or Clang from Mingw64 (latest version from [winlibs](https://winlibs.com)). While designed for cross-platform compatibility, specific POSIX environments will require further testing. So for now, **don't** use POSIX environments for running Tread.
12+
It has recently been tested and made to fully work on Windows using either GCC or Clang from Mingw64 (latest version from [winlibs](https://winlibs.com)). While designed for cross-platform compatibility, specific POSIX environments will require further testing. The actual terminal interfaces you make using POSIX environments and Tread haven't been tested yet. But, the compilation of the examples do compile using LLVM and Clang on Ubuntu according to [Github Actions](https://github.com/monitio/tread/actions).
1313

1414
---
1515

0 commit comments

Comments
 (0)