Skip to content

Commit

Permalink
Merge pull request #132 from niraj8/patch-1
Browse files Browse the repository at this point in the history
docs: make it easier to copy the install commands
  • Loading branch information
danielfoehrKn authored Jul 9, 2024
2 parents 0965e19 + 44d0e7c commit 108f20f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Instead, use the sourced shell function as described in [source the shell functi

Install the `switcher` binary with `homebrew`.
```
$ brew install danielfoehrkn/switch/switch
brew install danielfoehrkn/switch/switch
```

Next, follow [required: source the shell function](#required-source-the-shell-function).
Expand All @@ -20,8 +20,8 @@ Next, follow [required: source the shell function](#required-source-the-shell-fu

Mac users can also install both `switch.sh` and `switcher` from [MacPorts](https://www.macports.org)
```
$ sudo port selfupdate
$ sudo port install kubeswitch
sudo port selfupdate
sudo port install kubeswitch
```

Next, follow [required: source the shell function](#required-source-the-shell-function).
Expand All @@ -47,7 +47,7 @@ Next, follow [required: source the shell function](#required-source-the-shell-fu
### Option 3 - From source

```
$ go get github.com/danielfoehrkn/kubeswitch
go get github.com/danielfoehrkn/kubeswitch
```

From the repository root run `make build-switcher`.
Expand Down

0 comments on commit 108f20f

Please sign in to comment.