Skip to content

Commit

Permalink
Merge pull request #244 from creachadair/installdoc
Browse files Browse the repository at this point in the history
docs: Update CLI installation instructions.
  • Loading branch information
creachadair authored Oct 7, 2019
2 parents fd3c31c + bf29b9a commit 6a6a3cc
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
--------

Expand Down

0 comments on commit 6a6a3cc

Please sign in to comment.