Commit e3c0d53d authored by kimschles's avatar kimschles
Browse files

remove extra lines

Showing with 0 additions and 2 deletions
+0 -2
...@@ -17,7 +17,6 @@ Polaris is built on top of [controller-runtime](https://github.com/kubernetes-si ...@@ -17,7 +17,6 @@ Polaris is built on top of [controller-runtime](https://github.com/kubernetes-si
We label issues with the ["good first issue" tag](https://github.com/reactiveops/polaris/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) if we believe they'll be a good starting point for new contributors. If you're interested in working on an issue, please start a conversation on that issue, and we can help answer any questions as they come up. We label issues with the ["good first issue" tag](https://github.com/reactiveops/polaris/issues?q=is%3Aissue+is%3Aopen+label%3A%22good+first+issue%22) if we believe they'll be a good starting point for new contributors. If you're interested in working on an issue, please start a conversation on that issue, and we can help answer any questions as they come up.
## Setting Up Your Development Environment ## Setting Up Your Development Environment
### Prerequisites ### Prerequisites
* A properly configured Golang environment with Go 1.11 or higher * A properly configured Golang environment with Go 1.11 or higher
...@@ -29,7 +28,6 @@ We label issues with the ["good first issue" tag](https://github.com/reactiveops ...@@ -29,7 +28,6 @@ We label issues with the ["good first issue" tag](https://github.com/reactiveops
* See the dashboard with `go run main.go --dashboard`, then open http://localhost:8080/ * 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 audit data `go run main.go --audit`. This command shows the audit information on the command line.
## Running Tests ## Running Tests
The following commands are all required to pass as part of Polaris testing: The following commands are all required to pass as part of Polaris testing:
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment