diff --git a/README.md b/README.md index 562ef8d..81d0137 100644 --- a/README.md +++ b/README.md @@ -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() {