From 207ca71ee8a125af53ac64163328e6f969432336 Mon Sep 17 00:00:00 2001 From: inigosola Date: Sat, 15 Jun 2024 09:09:53 +0200 Subject: [PATCH] Update README.md Fixing executable filename --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index faf14e9..26b0ce9 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ cargo build --release Copy the executable from the target directory to a directory included in your system's PATH. ```bash -cp target/release/todo-tui /usr/local/bin/ +cp target/release/todotxt-tui /usr/local/bin/ ``` ## Basic Usage