From 418bf155e0a28733fb72bdf4af27ffcbc399fee2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paul=20B=C3=BCtow?= <1224732+snonux@users.noreply.github.com> Date: Sun, 22 Jun 2025 17:27:26 +0300 Subject: Update module path and docs --- README.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 53b62ed..6de72e2 100644 --- a/README.md +++ b/README.md @@ -62,3 +62,19 @@ Example: press `+`, type `Buy milk` and hit Enter to add a new task called "Buy ![Task Samurai screenshot](screenshot.png) +## Installation + +There are two ways to install the `tasksamurai` command: + +```bash +go install codeberg.org/snonux/tasksamurai/cmd/tasksamurai@latest +``` + +Alternatively, clone this repository and run: + +```bash +go-task install +``` + +The second method requires [go-task](https://taskfile.dev/) to be installed. + -- cgit v1.2.3