Change compilation paragraph

This commit is contained in:
chteufleur 2016-07-16 08:30:14 +02:00
parent 3ee2962baa
commit 514efc75ce
1 changed files with 2 additions and 3 deletions

View File

@ -9,9 +9,8 @@ Provide an HTTP anthentification over XMPP. Implementation of [XEP-0070](https:/
* [go-xmpp](https://git.kingpenguin.tk/chteufleur/go-xmpp) for the XMPP part. * [go-xmpp](https://git.kingpenguin.tk/chteufleur/go-xmpp) for the XMPP part.
* [cfg](https://github.com/jimlawless/cfg) for the configuration file. * [cfg](https://github.com/jimlawless/cfg) for the configuration file.
You must first [install go environment](https://golang.org/doc/install) on your system.
Download the CA at [https://kingpenguin.tk/ressources/cacert.pem](https://kingpenguin.tk/ressources/cacert.pem), then install it on your operating system. Then, go into your $GOPATH directory and go get the source code.
Once installed, go into your $GOPATH directory and go get the source code.
```sh ```sh
go get git.kingpenguin.tk/chteufleur/HTTPAuthentificationOverXMPP.git go get git.kingpenguin.tk/chteufleur/HTTPAuthentificationOverXMPP.git
``` ```