Skip to content
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 README.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Graph Node

[![Build Status](https://github.com/graphprotocol/graph-node/actions/workflows/ci.yml/badge.svg)](https://github.com/graphprotocol/graph-node/actions/workflows/ci.yml?query=branch%3Amaster)
[![Getting Started Docs](https://img.shields.io/badge/docs-getting--started-brightgreen.svg)](docs/getting-started.md)
[![Docs](https://img.shields.io/badge/docs-graph--node-green)](https://github.com/graphprotocol/graph-node/tree/master/docs)

## Overview

Expand Down Expand Up @@ -29,7 +29,7 @@ This is usually only needed for developers who want to contribute to `graph-node
To build and run this project, you need to have the following installed on your system:

- Rust (latest stable): Follow [How to install
Rust](https://www.rust-lang.org/en-US/install.html). Run `rustup install
Rust](https://rust-lang.org/tools/install/). Run `rustup install
stable` in _this directory_ to make sure all required components are
installed. The `graph-node` code assumes that the latest available
`stable` compiler is used.
Expand Down