Skip to content

Commit

Permalink
Found more spots to update documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bader Boland committed Feb 6, 2020
1 parent 54727d9 commit edaea49
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ We label issues with the ["good first issue" tag](https://github.com/FairwindsOp
### Installation
* Install the project with `go get github.com/fairwindsops/polaris`
* Change into the polaris directory which is installed at `$GOPATH/src/github.com/fairwindsops/polaris`
* See the dashboard with `go run main.go --dashboard`, then open http://localhost:8080/
* See the audit data `go run main.go --audit`. This command shows the audit information on the command line.
* See the dashboard with `go run main.go dashboard`, then open http://localhost:8080/
* See the audit data `go run main.go audit`. This command shows the audit information on the command line.

## Running Tests

Expand Down

0 comments on commit edaea49

Please sign in to comment.