Skip to content
This repository has been archived by the owner on Jun 29, 2022. It is now read-only.

Commit

Permalink
docs: update installation document to 0.6.1
Browse files Browse the repository at this point in the history
Signed-off-by: Imran Pochi <imran@kinvolk.io>
  • Loading branch information
ipochi committed Feb 9, 2021
1 parent 7ebe791 commit 0c504a9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/installer/lokoctl.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,19 +20,19 @@ These binaries can be manually downloaded and installed.
keys](https://github.com/kinvolk/lokomotive/blob/master/docs/KEYS.md).

```console
gpg --verify lokoctl_0.5.0_linux_amd64.tar.gz.sig
gpg --verify lokoctl_0.6.1_linux_amd64.tar.gz.sig
```

3. Unpack it

```console
tar xvf lokoctl_0.5.0_linux_amd64.tar.gz
tar xvf lokoctl_0.6.1_linux_amd64.tar.gz
```

4. Find the lokoctl binary in the unpacked directory and move it to its desired location

```console
mv lokoctl_0.5.0_linux_amd64/lokoctl ~/.local/bin/lokoctl
mv lokoctl_0.6.1_linux_amd64/lokoctl ~/.local/bin/lokoctl
```

### Using 'go get'
Expand Down

0 comments on commit 0c504a9

Please sign in to comment.