Fix installation note

This commit is contained in:
Mickael Remond 2019-06-18 17:18:17 +02:00
parent 7f889909fd
commit 683fdea2ec
No known key found for this signature in database
GPG key ID: E6F6045D79965AA3

View file

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