Skip to content

Commit

Permalink
Use conditional composition instead of sequential.
Browse files Browse the repository at this point in the history
Signed-off-by: M. J. Fromberger <michael.j.fromberger@gmail.com>
  • Loading branch information
creachadair committed Oct 7, 2019
1 parent 7763fcd commit bf29b9a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ 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 "$(mktemp -d)"; go mod init enry; 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)
```

Examples
Expand Down

0 comments on commit bf29b9a

Please sign in to comment.