diff options
author | Vincent Ambo <tazjin@gmail.com> | 2017-02-11T15·30+0100 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2017-02-11T15·30+0100 |
commit | 393cff48479e3cb065c00fc542c353c5ac29f0af (patch) | |
tree | 69efbe1f2ac0154b623213ac4d803bd984a56451 /README.md | |
parent | e6c3212018b6bcbe4a83c3e7c557fc43b0e7571d (diff) |
feat: Don't echo password while inputting
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md index 95e53115dcf0..1846a8beab7e 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ will be linked here in the future. ## Installation Make sure you have Go installed and `GOPATH` configured, then simply -`go get github.com/tazjin/watchblob`. +`go get github.com/tazjin/watchblob/...`. ## Usage |