Add a little more to the README
This commit is contained in:
parent
b41c58ed7b
commit
4a5ada1008
8
README
8
README
@ -1 +1,9 @@
|
||||
INFIX CALCULATOR
|
||||
|
||||
This is a little infix calculator program I made for fun and practise.
|
||||
It's written in ISO C11; the build script uses Clang but it should be
|
||||
OK with most compilers.
|
||||
|
||||
sh scripts/build.sh # Builds everything
|
||||
sh scripts/test.sh # Run the unit tests
|
||||
build/infix-calculator # Run the actual calculator
|
||||
|
Loading…
x
Reference in New Issue
Block a user