diff --git a/README.md b/README.md new file mode 100644 index 0000000..153efe2 --- /dev/null +++ b/README.md @@ -0,0 +1,6 @@ +# Todd +Todd is a To-Do app written in C. + +To compile Todd you only need a C compiler. + +Just run: `./build.sh` and run `./todd` after that.