summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorPaul Bütow <1224732+snonux@users.noreply.github.com>2025-06-22 17:29:06 +0300
committerGitHub <noreply@github.com>2025-06-22 17:29:06 +0300
commita1dceb0a60a49902e58e7780d6147ee332e56b96 (patch)
tree45edb209066e78198e8b931dfbfe33eb1f9c0cb3 /README.md
parent46d9b211f7935208d9957d7aad9d3e8a9fa491ba (diff)
parent418bf155e0a28733fb72bdf4af27ffcbc399fee2 (diff)
Merge pull request #85 from snonux/codex/update-module-version-and-readmev0.9.0
Update module path and installation docs
Diffstat (limited to 'README.md')
-rw-r--r--README.md16
1 files changed, 16 insertions, 0 deletions
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.
+