13 lines
289 B
Markdown
13 lines
289 B
Markdown
# Install
|
|
|
|
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
|
|
```
|
|
|