Skip to content

Why no Windows Instructions? #64

Answered by codybuell
ceb1974 asked this question in Q&A
Discussion options

You must be logged in to vote

Hi @ceb1974! Short answer is there hasn't been an ask for it yet and I don't have a Windows system to test on. Since you're asking I'm assuming you have a Windows machine and may be able to help us out. It's a standard Go application so the manual build instructions should work the same as every other OS:

  1. Install Go onto you machine.
  2. Clone this repository.
    git clone https://github.com/kionsoftware/kion-cli.git
  3. Build the application.
    go build -ldflags "-X main.kionCliVersion=$(cat VERSION.md)" -o kion.exe
  4. Place it in your path.

Let me know if those steps work for you and we can look at getting the instructions into the readme.

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@ceb1974
Comment options

Answer selected by ceb1974
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants