Skip to content

Commit c353a45

Browse files
author
Dennis Granath
authored
Update README.md
1 parent ce74061 commit c353a45

File tree

1 file changed

+10
-2
lines changed

1 file changed

+10
-2
lines changed

README.md

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,18 @@ Create gocd-pipelines from YAML config.
1010
Download static binary here:
1111
https://github.com/dennisgranath/gocd-plumber/releases/latest
1212

13-
## Build
14-
`go build`
13+
Edit config file (a sample is available in root/etc/gocd-plumber dir).
14+
## Run
15+
16+
Run gocd-plumber in a directory containing pipeline configuration files:
17+
18+
`./gocd-plumber -config /path/to/config`
1519

1620
## Dev
21+
22+
### Build
23+
`go build`
24+
1725
### GoCD
1826
`git clone https://github.com/dennisgranath/gocd-docker.git` and run `docker-compose up`.
1927

0 commit comments

Comments
 (0)