Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gerald1248 committed Nov 14, 2017
1 parent 82724d2 commit d65bf83
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Quick usage
---------------
If you're unsure if this tool is for you, switch to a busy project using `oc` and enter:
```
$ oc export dc --raw -o json >dc.json && docker run --rm -v `pwd`:/pwd -t gerald1248/openshift-linter:latest /pwd/dc.json
$ oc export dc --raw | docker run --rm -i gerald1248/openshift-linter:latest
```

Usage
Expand Down Expand Up @@ -57,7 +57,7 @@ As part of an automation pipeline, use:
```
$ oc export dc,bc,route --raw | openshift-linter
```
The `--raw` flag ensures that `namespace` information is available.
The `--raw` flag ensures that `namespace` information is present.

If the configuration objects are available as files, enter:
```
Expand Down Expand Up @@ -161,7 +161,7 @@ src
└── types_test.go
```

Next, install Node.js with npm using your package manager. `cd` into the working directory `openshift-linter` and enter:
Next, install Node.js using your package manager. `cd` into the working directory `openshift-linter` and enter:

```
$ sudo npm install -g gulp-cli
Expand Down Expand Up @@ -210,4 +210,4 @@ Docker
```
$ gulp build-docker
```
If you'd rather use an existing image, you may wish to run `docker pull gerald1248/openshift-linter:latest`.
If you'd rather use an existing image, you may wish to run `docker pull gerald1248/openshift-linter`.

0 comments on commit d65bf83

Please sign in to comment.