Merge pull request #244 from creachadair/installdoc

docs: Update CLI installation instructions.
This commit is contained in:
M. J. Fromberger 2019-10-07 09:44:23 -07:00 committed by GitHub
commit 6a6a3cc26e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,14 +24,9 @@ The recommended way to install the `enry` command-line tool is to either
[download a release](https://github.com/src-d/enry/releases) or run:
```
(cd /tmp; go get github.com/src-d/enry/v2/cmd/enry)
(cd "$(mktemp -d)" && go mod init enry && go get github.com/src-d/enry/v2/cmd/enry)
```
This project is now part of [source{d} Engine](https://sourced.tech/engine),
which provides the simplest way to get started with a single command.
Visit [sourced.tech/engine](https://sourced.tech/engine) for more information.
Examples
--------