From 9aab99a3c5edfae262299304c892366b6be14cd3 Mon Sep 17 00:00:00 2001 From: Huck Boles Date: Sat, 26 Nov 2022 14:59:27 -0600 Subject: [PATCH] README update --- Makefile | 2 +- README.md | 8 ++------ 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/Makefile b/Makefile index 8717a93..3c990fc 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ SHELL = /bin/bash PROG = odot -BINDIR ?= /bin +BINDIR ?= /usr/bin STATEDIR ?= $(HOME)/.local/state diff --git a/README.md b/README.md index 5213c39..37e8e90 100644 --- a/README.md +++ b/README.md @@ -7,14 +7,10 @@ current todo list in alphabetical order. * Usage: - - Add new task to list: + - Add or remove a task from list: - $ odot [new task not on list] + $ odot [task] - - Remove task from list: - - $ odot [task already on list] - - Show list: $ odot -- 2.44.2