Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperGY authored Apr 10, 2023
1 parent 6c37d6d commit 0fe6cc1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# termDisplay
Basic ascii terminal display library, similar to ncurses

It is linux only as it defines its getch function using termios.h, a more universal version of the library is in the works, (though it probably wont have the getch function)

## Installation
It is highly recommended to compile the library yourself as the static library provided was compiled on arch linux, which is bleeding edge and so it has a high chance of not being compatible with your system.

Expand Down

0 comments on commit 0fe6cc1

Please sign in to comment.