Skip to content
Closed
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
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ rustup target add wasm32-unknown-unknown
```


## Running a Ignition node
## Running an Ignition node

If you want to participate in the Ignition network with your own node you can launch it following these simple commands.

Expand All @@ -75,9 +75,9 @@ Clone the `fuel-core` repository :
git clone https://github.com/FuelLabs/fuel-core.git
```

Go to the latest release tag for ignition on the `fuel-core` repository :
Go to the release tag that matches the current Fuel Ignition version listed above:
```
git checkout v0.45.1
git checkout v0.47.1
```

Build your node binary:
Expand Down