Skip to content

Commit

Permalink
Fix go get url
Browse files Browse the repository at this point in the history
  • Loading branch information
luckcolors committed Aug 27, 2016
1 parent d95142b commit 2451d16
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 2451d16

Please sign in to comment.