From 2451d1612889577481b21bfcfd9953ba75bfe295 Mon Sep 17 00:00:00 2001 From: luckcolors Date: Sat, 27 Aug 2016 18:17:21 +0200 Subject: [PATCH] Fix go get url --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 578ac34..e168152 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ Push requests are welcome. #### Building 1. Clone the repo ```git clone https://github.com/luckcolors/Aria2TrayIcon.git``` -2. Resolve the dependencies: ```go get github.com/luckcolors``` +2. Resolve the dependencies: ```go get github.com/luckcolors/Aria2TrayIcon``` 3. ```cd Aria2TrayIcon``` 4. * Windows: Build with the command ```go build -ldflags -H=windowsgui Aria2TrayIcon``` this disables the console window from appearing. *OS X and Linux: as simple ```go build Aria2TrayIcon``` should do.