From f28ae9dc281fa814866e2eba06917b0eb783a60e Mon Sep 17 00:00:00 2001 From: Osvaldo Gago Date: Sun, 12 Nov 2017 21:49:10 +0100 Subject: [PATCH] Update URL GitHub --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 6e2b6d3..427caef 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Please note that the files don't need to be in the same format. They just need t ## Install -1. Download the [latest version of the binary code](https://github.com/greenpeace/ecounter/releases) for your operating system to your desktop folder. +1. Download the [latest version of the binary code](https://github.com/greenpeace/gpes-ecounter/releases) for your operating system to your desktop folder. 1. Unzip it to the desktop folder. *(Optionally copy the executable file to a folder in your [path](https://goo.gl/oLzTGw) )* 1. To test your install, open the command line, go to the desktop folder and test it with the command: @@ -101,11 +101,11 @@ Please note that the files don't need to be in the same format. They just need t ## Install from the source code -This script is also provided as [source code](https://github.com/greenpeace/ecounter/) in [Go](https://golang.org/dl/). To install: +This script is also provided as [source code](https://github.com/greenpeace/gpes-ecounter/) in [Go](https://golang.org/dl/). To install: ```bash -go get github.com/greenpeace/ecounter -go install github.com/greenpeace/ecounter +go get github.com/greenpeace/gpes-ecounter +go install github.com/greenpeace/gpes-ecounter ``` ## Problems?