Hi, I'd like to try kai, but I'm running into some issues:
You have the following two instructions on your main page for installation:
go install github.com/yourusername/kai@latest
curl -L https://github.com/yourusername/kai/releases/latest/download/kai-$(uname -s)-$(uname -m) -o kai
I think it's pretty obvious that "yourusername" was supposed to be "FreePeak",
but even after substituting that, trying to install with go leads to this:
user@localhost /local $ go install github.com/FreePeak/kai@latest
go: downloading github.com/FreePeak/kai v0.0.0-20251011180154-4f52a75b899b
go: github.com/FreePeak/kai@latest: module github.com/FreePeak/kai@latest found (v0.0.0-20251011180154-4f52a75b899b), but does not contain package github.com/FreePeak/kai
and trying with curl doesn't work either... in my case, your command evaluates to this:
curl -L https://github.com/yourusername/kai/releases/latest/download/kai-Linux-aarch64 -o kai
which results in an ascii file with the phrase "Not found".
I hope you are able to fix this soon so I can try out your work, it sounds great.
Thank you for making this.
Peace.
Hi, I'd like to try kai, but I'm running into some issues:
You have the following two instructions on your main page for installation:
go install github.com/yourusername/kai@latest
curl -L https://github.com/yourusername/kai/releases/latest/download/kai-$(uname -s)-$(uname -m) -o kai
I think it's pretty obvious that "yourusername" was supposed to be "FreePeak",
but even after substituting that, trying to install with go leads to this:
user@localhost /local $ go install github.com/FreePeak/kai@latest
go: downloading github.com/FreePeak/kai v0.0.0-20251011180154-4f52a75b899b
go: github.com/FreePeak/kai@latest: module github.com/FreePeak/kai@latest found (v0.0.0-20251011180154-4f52a75b899b), but does not contain package github.com/FreePeak/kai
and trying with curl doesn't work either... in my case, your command evaluates to this:
curl -L https://github.com/yourusername/kai/releases/latest/download/kai-Linux-aarch64 -o kai
which results in an ascii file with the phrase "Not found".
I hope you are able to fix this soon so I can try out your work, it sounds great.
Thank you for making this.
Peace.