docs: note how to install precompiled kgctl
This commit updates the instructions for installing Kilo. It also fixes the title-casing of a section on the README and makes a visual change to the userspace doc to try to make the note clearer. Signed-off-by: Lucas Servén Marín <lserven@gmail.com>
This commit is contained in:
1
Makefile
1
Makefile
@@ -12,7 +12,6 @@ else
|
||||
BINS := bin/$(OS)/$(ARCH)/kgctl
|
||||
endif
|
||||
RELEASE_BINS := $(addprefix bin/release/kgctl-, $(addprefix linux-, $(ALL_ARCH)) darwin-amd64 windows-amd64)
|
||||
CLIENT_BINS := $(addsuffix /kgctl, $(addprefix bin/, $(addprefix linux/, $(ALL_ARCH)) darwin/amd64 windows/amd64))
|
||||
PROJECT := kilo
|
||||
PKG := github.com/squat/$(PROJECT)
|
||||
REGISTRY ?= index.docker.io
|
||||
|
Reference in New Issue
Block a user