From 95518f81a55e04c08fe24f16915952a0c67787bb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Olivier=20Mengu=C3=A9?= Date: Wed, 30 Mar 2016 18:17:57 +0200 Subject: [PATCH] README: fix wego build instructions --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index bf34796..d2ae65d 100644 --- a/README.md +++ b/README.md @@ -53,12 +53,12 @@ To install the program you need: External requirements: -* wego [https://github.com/schachmat/wego], weather client for terminal +* [wego](https://github.com/schachmat/wego), weather client for terminal -To install `wego` you must have golang installed. After that: +To install `wego` you must have [golang](https://golang.org/doc/install) installed. After that: - go get https://github.com/schachmat/wego - go install https://github.com/schachmat/wego + go get -u github.com/schachmat/wego + go install github.com/schachmat/wego ### Install python dependencies