Merge pull request #293 from stp-ip/lineBreaksReadme
Fix line breaks in README
This commit is contained in:
commit
cdc62dead8
10
README.md
10
README.md
|
|
@ -44,8 +44,8 @@ make container REGISTRY=registry VERSION=tag \
|
||||||
docker run -d \
|
docker run -d \
|
||||||
-v /tmp/git-data:/tmp/git \
|
-v /tmp/git-data:/tmp/git \
|
||||||
registry/git-sync:tag \
|
registry/git-sync:tag \
|
||||||
--repo=https://github.com/kubernetes/git-sync
|
--repo=https://github.com/kubernetes/git-sync \
|
||||||
--branch=master
|
--branch=master \
|
||||||
--wait=30
|
--wait=30
|
||||||
|
|
||||||
# run an nginx container to serve the content
|
# run an nginx container to serve the content
|
||||||
|
|
@ -70,9 +70,9 @@ A webhook is configured using a set of CLI flags. At its most basic only `webhoo
|
||||||
docker run -d \
|
docker run -d \
|
||||||
-v /tmp/git-data:/git \
|
-v /tmp/git-data:/git \
|
||||||
registry/git-sync:tag \
|
registry/git-sync:tag \
|
||||||
--repo=https://github.com/kubernetes/git-sync
|
--repo=https://github.com/kubernetes/git-sync \
|
||||||
--branch=master
|
--branch=master \
|
||||||
--wait=30
|
--wait=30 \
|
||||||
--webhook-url="http://localhost:9090/-/reload"
|
--webhook-url="http://localhost:9090/-/reload"
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue