Skip to content
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

Update run-rpc-node-without-nearup.md #59

Open
wants to merge 1 commit into
base: main
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 docs/rpc/run-rpc-node-without-nearup.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ $ git fetch origin --tags
Checkout to the branch you need if not `master` (default). Latest release is recommended. Please check the [releases page on GitHub](https://github.com/near/nearcore/releases).

```bash
$ git checkout tags/1.25.0 -b mynode
$ git checkout tags/1.31.0-rc.2 -b mynode
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Shouldn't this tag be tags/1.31.0 too?

Suggested change
$ git checkout tags/1.31.0-rc.2 -b mynode
$ git checkout tags/1.31.0 -b mynode

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

At the moment no, still in Rc2

```

### 2. Compile `nearcore` binary
Expand Down Expand Up @@ -163,7 +163,7 @@ Next, checkout the release branch you need (recommended) if you will not be usin
For more information on choosing between `master` and latest release branch [ [click here](/validator/compile-and-run-a-node#choosing-your-nearcore-version) ].

```bash
$ git checkout tags/1.25.0 -b mynode
$ git checkout tags/1.31.0 -b mynode
```

### 2. Compile `nearcore` binary
Expand Down