mirror of
https://github.com/ralsina/tartrazine.git
synced 2025-05-24 08:18:52 -03:00
Use conditional composition instead of sequential.
Signed-off-by: M. J. Fromberger <michael.j.fromberger@gmail.com>
This commit is contained in:
parent
7763fcde19
commit
bf29b9a924
@ -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:
|
[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
|
Examples
|
||||||
|
Loading…
x
Reference in New Issue
Block a user