diff --git a/README.md b/README.md index 6edda96..f23bcb8 100644 --- a/README.md +++ b/README.md @@ -2,11 +2,6 @@ rodo is a todo-list program for the command line. -Todo: - -- [ ] Update the `README.md` to match the new `Makefile` -- [ ] Remove `install.sh` and `uninstall.sh` scripts after the `README.md` is updated - # Screenshot ![](screenshot.gif) diff --git a/install.sh b/install.sh deleted file mode 100755 index 93a2631..0000000 --- a/install.sh +++ /dev/null @@ -1,4 +0,0 @@ -#!/bin/sh -cd src -raco exe rodo.rkt -mv rodo /usr/local/bin diff --git a/uninstall.sh b/uninstall.sh deleted file mode 100755 index 24f95da..0000000 --- a/uninstall.sh +++ /dev/null @@ -1,2 +0,0 @@ -#!/bin/sh -rm /usr/local/bin/rodo