-
Notifications
You must be signed in to change notification settings - Fork 123
Commit
This commit changes all package paths from squat/kilo to kilo-io/kilo and the docker image name from squat/kilo to kiloio/squat. The API name and comments regarding the website kilo.squat.ai are unchanged. Signed-off-by: leonnicolas <[email protected]>
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,20 +6,20 @@ This tool can be used to understand a mesh's topology, get the WireGuard configu | |
|
||
## Installation | ||
|
||
The `kgctl` binary is automatically compiled for Linux, macOS, and Windows for every release of Kilo and can be downloaded from [the GitHub releases page](https://github.com/squat/kilo/releases/latest). | ||
The `kgctl` binary is automatically compiled for Linux, macOS, and Windows for every release of Kilo and can be downloaded from [the GitHub releases page](https://github.com/kilo-io/kilo/releases/latest). | ||
|
||
### Building from Source | ||
Kilo is written in Golang and as a result the [Go toolchain must be installed](https://golang.org/doc/install) in order to build the `kgctl` binary. | ||
To download the Kilo source code and then build and install `kgctl` using the latest commit all with a single command, run: | ||
|
||
```shell | ||
go install github.com/squat/kilo/cmd/kgctl@latest | ||
go install github.com/kilo-io/kilo/cmd/kgctl@latest | ||
``` | ||
|
||
Alternatively, `kgctl` can be built and installed based on specific version of the code by specifying a Git tag or hash, e.g.: | ||
|
||
```shell | ||
go install github.com/squat/kilo/cmd/[email protected] | ||
go install github.com/kilo-io/kilo/cmd/[email protected] | ||
``` | ||
|
||
When working on Kilo locally, it can be helpful to build and test the `kgctl` binary as part of the development cycle. | ||
|
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,4 @@ | ||
module github.com/squat/kilo | ||
module github.com/kilo-io/kilo | ||
|
||
go 1.15 | ||
|
||
|
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.