Update README.md

Give instructions on how to compile for Arch
main
ssv 2023-10-07 01:13:35 +00:00
parent cab1cd861d
commit ebdcef55db
1 changed files with 7 additions and 1 deletions

View File

@ -1,3 +1,9 @@
# time_money
A few wagie utilities inspired by https://www.usdebtclock.org/
To run on Arch Linux use the following
```
gcc nctime_money.c -o nctime_money -lncursesw
```