updated readme

This commit is contained in:
Luxferre
2026-03-21 17:46:12 +02:00
parent 093c66636b
commit 6db2d20652
+5 -5
View File
@@ -57,7 +57,7 @@ toolsets = ["filesystem"]
To use Sidekick as a framework in your own Go projects: To use Sidekick as a framework in your own Go projects:
```bash ```bash
go get codeberg.org/luxferre/sidekick-ng go get codeberg.org/luxferre/Sidekick
``` ```
### Installing the TUI ### Installing the TUI
@@ -65,7 +65,7 @@ go get codeberg.org/luxferre/sidekick-ng
To install the Sidekick TUI binary globally: To install the Sidekick TUI binary globally:
```bash ```bash
go install codeberg.org/luxferre/sidekick-ng/cmd/sidekick-tui@latest go install codeberg.org/luxferre/Sidekick/cmd/sidekick-tui@latest
``` ```
Alternatively, you can build it locally from the source using the provided `Makefile`: Alternatively, you can build it locally from the source using the provided `Makefile`:
@@ -77,8 +77,8 @@ make
Or manually: Or manually:
```bash ```bash
git clone https://codeberg.org/luxferre/sidekick-ng.git git clone https://codeberg.org/luxferre/Sidekick.git
cd sidekick-ng cd Sidekick
go build -o bin/sidekick-tui ./cmd/sidekick-tui go build -o bin/sidekick-tui ./cmd/sidekick-tui
``` ```
@@ -184,7 +184,7 @@ import (
"fmt" "fmt"
"log" "log"
"codeberg.org/luxferre/sidekick-ng" "codeberg.org/luxferre/Sidekick"
) )
func main() { func main() {