added update instructions

pull/14/merge
Mat Ryer 2012-10-19 11:51:32 +01:00
parent 93c66cec9b
commit e509cd98a1
1 changed files with 9 additions and 0 deletions

View File

@ -154,6 +154,15 @@ Import the `testify/assert` package into your code using this template:
------
Staying up to date
==================
To update Testify, use `go get -u`:
go get -u github.com/stretchrcom/testify
------
Contributing
============