Skip to content

Commit

Permalink
Merge pull request #2 from Niraj-Fonseka/module-path-fix-readme-update
Browse files Browse the repository at this point in the history
changing module path and updating readme
  • Loading branch information
Niraj-Fonseka committed Feb 16, 2023
2 parents 4afd26b + d8abf26 commit 2de765e
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 8 deletions.
11 changes: 4 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,18 @@

Switch between Kubernetes contexts easily

## Installation
## Installation
```
go get -u github.com/Niraj-Fonseka/setkubecontext
go install github.com/Niraj-Fonseka/setkubecontext@latest
```
or download the binary from from one of the releases


## Running the app

### MacOS / Linux
```
cp $GOPATH/bin/setkubecontext /usr/local/bin
```
Make sure your `$GOPATH/bin` is in your PATH

In the terminal run
In the terminal run
```
setkubecontext
```
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/Niraj-OSS/setkubecontext
module github.com/Niraj-Fonseka/setkubecontext

go 1.14

Expand Down

0 comments on commit 2de765e

Please sign in to comment.