Skip to content

Commit

Permalink
Remove old install instructions (#238)
Browse files Browse the repository at this point in the history
  • Loading branch information
rbren authored Aug 29, 2023
1 parent 060af02 commit 8ad8209
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions docs/contributing/guide.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ Before you can contribute, you will need to sign the [Contributor License Agreem
If you've encountered an issue that is not already reported, please create a [new issue](https://github.com/FairwindsOps/nova/issues), choose `Bug Report`, `Feature Request` or `Misc.` and follow the instructions in the template.

## Getting Started

We label issues with the ["good first issue" tag](https://github.com/FairwindsOps/nova/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.
Expand All @@ -31,13 +30,7 @@ please start a conversation on that issue, and we can help answer any questions
* A properly configured Golang environment with Go 1.11 or higher
* A Kubernetes cluster defined in `~/.kube/config` (or in a file specified by the `KUBECONFIG` env variable)

### Installation
* Install the project with `go get github.com/fairwindsops/nova`
* Change into the Nova directory which is installed at `$GOPATH/src/github.com/fairwindsops/nova`
* See the results with `go run main.go find`

## Running Tests

The following commands are all required to pass as part of testing:

```
Expand Down

0 comments on commit 8ad8209

Please sign in to comment.