Skip to content

Update contribution-guidelines.md #925

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions website/docs/contribute/contribution-guidelines.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ Once you are a bit more familiar with the concepts behind Ethereum and are ready

To develop Prysm, you'll need the following:

- A modern Windows, MacOS X, or Minux operating system
- A modern Windows, MacOS X, or Linux operating system
- Go 1.21 version installed, download and install [here](https://golang.org/dl/)
- The `git` package installed
- A code editor such as [Visual Studio Code](https://code.visualstudio.com/download) or Jetbrains' [Goland IDE](https://www.jetbrains.com/go/) or your preferred one
Expand Down Expand Up @@ -63,7 +63,7 @@ Please define the following environment variable when running tests:

CGO_CFLAGS="-O2 -D__BLST_PORTABLE__"

It is particulary useful when running tests / debug in your IDE without using bazel.
It is particularly useful when running tests / debug in your IDE without using bazel.

See the [next section](#building-and-testing-prysm-with-bazel) for instructions on testing with prysm.

Expand Down