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

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: To install `xmpp-check` in your Go path:
``` ```
$ go get -u gosrc.io/xmpp/... $ go get -u gosrc.io/xmpp/cmd/xmpp-check
``` ```
## Usage ## Usage