Skip to content
This repository has been archived by the owner on Jul 7, 2020. It is now read-only.

Commit

Permalink
Promote install with ...
Browse files Browse the repository at this point in the history
  • Loading branch information
AlekSi committed Feb 17, 2013
1 parent 738be81 commit c3deaa8
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ The following sections describes those scenarios. Golden rule: communicate first
Reporting bugs Reporting bugs
-------------- --------------


1. Make sure bug is reproducible with latest released version: `go get -u github.com/AlekSi/nut/nut`. 1. Make sure bug is reproducible with latest released version: `go get -u github.com/AlekSi/nut/...`.
2. Search for [existing bug report](https://github.com/AlekSi/nut/issues). 2. Search for [existing bug report](https://github.com/AlekSi/nut/issues).
3. Create a new issue if needed. Please do not assign any label. 3. Create a new issue if needed. Please do not assign any label.
4. Include output of: 4. Include output of:
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@ Nut is a tool to manage versioned [Go](http://golang.org) source code packages,


Install it with `go get`: Install it with `go get`:


go get -u github.com/AlekSi/nut/nut go get -u github.com/AlekSi/nut/...
touch ~/.nut.json touch ~/.nut.json
nut help nut help

0 comments on commit c3deaa8

Please sign in to comment.