Modification README
This commit is contained in:
parent
844eddae4f
commit
8692512b22
|
|
@ -12,13 +12,8 @@ go-xmpp4steam is a XMPP/Steam gateway.
|
||||||
* [cfg](https://github.com/jimlawless/cfg) for the configuration file.
|
* [cfg](https://github.com/jimlawless/cfg) for the configuration file.
|
||||||
|
|
||||||
|
|
||||||
Download the CA at [https://kingpenguin.tk/ressources/cacert.pem](https://kingpenguin.tk/ressources/cacert.pem), then edit your .gitconfig and add the following lines
|
Download the CA at [https://kingpenguin.tk/ressources/cacert.pem](https://kingpenguin.tk/ressources/cacert.pem), then install it on your operating system.
|
||||||
```
|
Once installed, go into your $GOPATH directory and go get the source code.
|
||||||
[https "https://git.kingpenguin.tk"]
|
|
||||||
sslCAPath = /path/to/CA
|
|
||||||
```
|
|
||||||
|
|
||||||
Then go into your $GOPATH directory and go get the code.
|
|
||||||
```sh
|
```sh
|
||||||
go get git.kingpenguin.tk/chteufleur/go-xmpp4steam.git
|
go get git.kingpenguin.tk/chteufleur/go-xmpp4steam.git
|
||||||
```
|
```
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue