Skip to content

Commit

Permalink
updated readme to install go-chat cli with older go versions
Browse files Browse the repository at this point in the history
  • Loading branch information
piyushjajoo authored Dec 3, 2021
1 parent 65ac888 commit c1f3fae
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,20 @@ go-chat is a gRPC based chat CLI written in golang for command line lovers. This
with your friends without leaving the command line.

## Installation

This CLI was built with go 1.17.
```shell
go install github.com/piyushjajoo/go-chat@latest
```

If you have an older version of go, go install might not work. Try following command -
```shell
export GO111MODULE=on
go get github.com/piyushjajoo/go-chat@latest
go install github.com/piyushjajoo/go-chat
export PATH=$PATH:$GOPATH/bin
```

### Go chat help
```
$ go-chat
Expand Down

0 comments on commit c1f3fae

Please sign in to comment.