Fix installation note

This commit is contained in:
Mickaël Rémond 2019-06-19 11:43:16 +02:00 committed by GitHub
parent 683fdea2ec
commit d455f29258
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,7 @@ XMPP check is a tool to check TLS certificate on a remote server.
To install `xmpp-check` in your Go path:
```
$ go get -u gosrc.io/xmpp/...
$ go get -u gosrc.io/xmpp/cmd/xmpp-check
```
## Usage