diff --git a/README.md b/README.md index a5bab32..eb62b2c 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,10 @@ Command line apps are usually so tiny that there is absolutely no reason why you ## Installation -Make sure you have a working Go environment (go 1.1+ is *required*). [See the install instructions](http://golang.org/doc/install.html). +Make sure you have a working Go environment. Go version 1.1+ is required for +core cli, whereas use of the [`./altsrc`](./altsrc) input extensions requires Go +version 1.2+. [See the install +instructions](http://golang.org/doc/install.html). To install cli, simply run: ``` diff --git a/runtests b/runtests index feacff3..9288f11 100755 --- a/runtests +++ b/runtests @@ -33,7 +33,7 @@ def main(sysargs=sys.argv[:]): def _test(): if check_output('go version'.split()).split()[2] < 'go1.2': - _run('go test -v ./...'.split()) + _run('go test -v .'.split()) return coverprofiles = []