From a5394919a8f3d6c59cde6770ece044e9646fb399 Mon Sep 17 00:00:00 2001 From: itachi sasuke <8012032+Keithwachira@users.noreply.github.com> Date: Tue, 28 Mar 2023 12:05:23 +0300 Subject: [PATCH] Fix the installation instructions (#109) * Fix the golang installation instructions * fix installation instructions (cherry picked from commit 04bc2127a96b4f59487a4355e893850a99ebece2) --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 95d4daf..0adf014 100644 --- a/README.md +++ b/README.md @@ -45,8 +45,11 @@ dependent tokens continue to have access to your services. Currently the application is available via Go, Docker and in packagecloud, so to install via Go you must have Go installed and run: ``` - go get -u github.com/AaronFeledy/tyk-ops + go install github.com/AaronFeledy/tyk-ops@latest ``` + + You can also download the binaries from the releases page. + This should make the `tyk-sync` command available to your console. ### Docker: @@ -189,4 +192,4 @@ Updating API 0: vat-validation --> Status: OK, ID:726e705e6afc432742867e1bd898cb26 org override detected, setting. Done -``` \ No newline at end of file +```