update README
This commit is contained in:
parent
5578be58f5
commit
9b82fe4dce
1 changed files with 4 additions and 4 deletions
|
@ -13,23 +13,23 @@ go build
|
||||||
Run a compose in current directory
|
Run a compose in current directory
|
||||||
|
|
||||||
```
|
```
|
||||||
./compose-runner
|
./main
|
||||||
```
|
```
|
||||||
|
|
||||||
Run a compose in current directory, verbose output
|
Run a compose in current directory, verbose output
|
||||||
|
|
||||||
```
|
```
|
||||||
./compose-runner -v
|
./main -v
|
||||||
```
|
```
|
||||||
|
|
||||||
Run a compose at specified location
|
Run a compose at specified location
|
||||||
|
|
||||||
```
|
```
|
||||||
./compose-runner /path/to/repo
|
./main /path/to/repo
|
||||||
```
|
```
|
||||||
|
|
||||||
Run a compose at specified location, verbose output
|
Run a compose at specified location, verbose output
|
||||||
|
|
||||||
```
|
```
|
||||||
./compose-runner -v /path/to/repo
|
./main -v /path/to/repo
|
||||||
```
|
```
|
Loading…
Reference in a new issue