From c0ca1aecf8b9786a399c203b226f73106e1eff06 Mon Sep 17 00:00:00 2001 From: BOT_bkcd <83156045+BOTbkcd@users.noreply.github.com> Date: Wed, 2 Aug 2023 00:05:29 +0530 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 73d348e..b562a71 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,7 @@ A minimal TUI based task tracker ## Installation ``` -go install github.com/BOTbkcd/mayhem@v1.1.2 +go install github.com/BOTbkcd/mayhem@latest ``` - SQLite is a dependency for this tool, make sure it is installed beforehand (It is fairly ubiquitous & should already be present on your system).