Skip to content

Commit

Permalink
Fix the installation instructions (#109)
Browse files Browse the repository at this point in the history
* Fix the golang installation instructions

* fix installation instructions

(cherry picked from commit 04bc2127a96b4f59487a4355e893850a99ebece2)
  • Loading branch information
yurisasuke authored and AaronFeledy committed Apr 22, 2023
1 parent de2dd95 commit a539491
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -189,4 +192,4 @@ Updating API 0: vat-validation
--> Status: OK, ID:726e705e6afc432742867e1bd898cb26
org override detected, setting.
Done
```
```

0 comments on commit a539491

Please sign in to comment.