From 8692512b22ad8d39f64d7bdd8f76678019d615d0 Mon Sep 17 00:00:00 2001 From: Chteufleur Date: Sat, 23 Apr 2016 18:27:12 +0200 Subject: [PATCH] Modification README --- README.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 15a9b5b..1877a05 100644 --- a/README.md +++ b/README.md @@ -12,13 +12,8 @@ go-xmpp4steam is a XMPP/Steam gateway. * [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 -``` -[https "https://git.kingpenguin.tk"] - sslCAPath = /path/to/CA -``` - -Then go into your $GOPATH directory and go get the code. +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. ```sh go get git.kingpenguin.tk/chteufleur/go-xmpp4steam.git ```