commit | 56567a8bbe2bce8276b9c965774868b0ed3eef10 | [log] [tgz] |
---|---|---|
author | Jason McVetta <jason.mcvetta@gmail.com> | Fri Dec 21 19:09:13 2012 -0800 |
committer | Jason McVetta <jason.mcvetta@gmail.com> | Fri Dec 21 19:09:13 2012 -0800 |
tree | ad537b0d022259dceb258b5fd093e7f7ad5f983d | |
parent | 821b30f52f1af83de62fd3a4baf33c4b80b0e1e5 [diff] |
Update installation section of readme to reflect "go get" vs old "goinstall".
diff --git a/Readme.md b/Readme.md index 733b816..f700526 100644 --- a/Readme.md +++ b/Readme.md
@@ -17,9 +17,10 @@ This package also provides a convenience wrapper for each function in package fmt that takes a format string. -## Installing - $ goinstall github.com/kr/pretty +## Installation + + $ go get github.com/kr/pretty then