Skip to content

Commit

Permalink
updated readme
Browse files Browse the repository at this point in the history
  • Loading branch information
gerald1248 authored Jan 25, 2017
1 parent bbfeb7f commit 90770fe
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ As it's very early days the focus is on `deploymentConfig` objects.

<img src="screenshots/openshift-linter.png" width="512" alt="Screenshot of the OpenShift Linter GUI"/>

**Fig. 2** OpenShift Linter GUI
**Fig. 2** OpenShift Linter GUI - use `/api/v1` instead of `/oapi/v1` to call Kubernetes directly

Usage
-----
Expand Down Expand Up @@ -106,10 +106,14 @@ With that, the workspace is ready. The default task (triggered by `gulp`) compil

You can also run `gulp build`, `gulp test`, `gulp watch`, etc. individually if you wish.

How do I create my own checks?
------------------------------
Add types that conform to the `LinterItem` interface, then register them in `items.go`.

Cross-compile for Windows
-------------------------
To cross-compile Windows binaries on Linux or Mac, enter:
```
$ GOOS=windows GOARCH=amd64 go install
$ gulp windows
$ gulp build-win32
```

0 comments on commit 90770fe

Please sign in to comment.