Skip to content

Commit

Permalink
doc: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
royeo committed Feb 13, 2019
1 parent 0bba01a commit fac8a46
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ Instructions:
Use `go get` to install the `git checkout-branch` command:

```sh
go get github.com/royeo/git-checkout-branch
go get -u github.com/royeo/git-checkout-branch
```

> make sure the `$GOPATH/bin` folder is in your `PATH`.
If you are using the GO1.11 module, use the following command to install:

```sh
GO111MODULE=off go get github.com/royeo/git-checkout-branch
GO111MODULE=off go get -u github.com/royeo/git-checkout-branch
```

It is recommended to set up an alias for `checkout-branch`, such as `cb`.
Expand Down

0 comments on commit fac8a46

Please sign in to comment.