readme update

This commit is contained in:
Tyrel Souza 2019-05-13 23:46:32 -04:00 committed by Tyrel Souza
parent 60f39d8e35
commit 52d3657c21
No known key found for this signature in database
GPG Key ID: 5A9394D4C30AEAC0

View File

@ -3,10 +3,10 @@
Install https://golang.github.io/dep/docs/installation.html
```
$ dep ensure
$ go build
$ go test
$ ./tideliftcli scan ~/test
test/fixtures/yarn.lock, test/fixtures/Gemfile, test/fixtures/subdir/requirements.txt, test/fixtures/a/b/c/d/e/f/g/requirements.txt
$ dep ensure
$ go build
$ go test
$ ./tideliftcli scan ~/test
test/fixtures/yarn.lock, test/fixtures/Gemfile, test/fixtures/subdir/requirements.txt, test/fixtures/a/b/c/d/e/f/g/requirements.txt
```