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:
```bash
go get codeberg.org/luxferre/sidekick-ng
go get codeberg.org/luxferre/Sidekick
```
### Installing the TUI
@@ -65,7 +65,7 @@ go get codeberg.org/luxferre/sidekick-ng
To install the Sidekick TUI binary globally:
```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`:
@@ -77,8 +77,8 @@ make
Or manually:
```bash
git clone https://codeberg.org/luxferre/sidekick-ng.git
cd sidekick-ng
git clone https://codeberg.org/luxferre/Sidekick.git
cd Sidekick
go build -o bin/sidekick-tui ./cmd/sidekick-tui
```
@@ -184,7 +184,7 @@ import (
"fmt"
"log"
"codeberg.org/luxferre/sidekick-ng"
"codeberg.org/luxferre/Sidekick"
)
func main() {