diff options
| author | Paul Bütow <1224732+snonux@users.noreply.github.com> | 2025-06-22 17:27:26 +0300 |
|---|---|---|
| committer | Paul Bütow <1224732+snonux@users.noreply.github.com> | 2025-06-22 17:27:26 +0300 |
| commit | 418bf155e0a28733fb72bdf4af27ffcbc399fee2 (patch) | |
| tree | 45edb209066e78198e8b931dfbfe33eb1f9c0cb3 /README.md | |
| parent | 46d9b211f7935208d9957d7aad9d3e8a9fa491ba (diff) | |
Update module path and docs
Diffstat (limited to 'README.md')
| -rw-r--r-- | README.md | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -62,3 +62,19 @@ Example: press `+`, type `Buy milk` and hit Enter to add a new task called "Buy  +## 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. + |
