Skip to content

Commit 35adc57

Browse files
committed
Missed some instances of node version updates
1 parent 3f0184b commit 35adc57

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

pages/docs/operate-a-node/run-a-full-node/full-node.mdx

+3-3
Original file line numberDiff line numberDiff line change
@@ -21,11 +21,11 @@ There are two main ways of running an Avail node:
2121
1. Go to the [Avail node GitHub releases page](https://github.com/availproject/avail/releases/).
2222
There you will see a lot of pre-built binaries for each version of the Avail node.
2323

24-
2. Please download the binary suitable from your system, of the latest recommended version, which as of now is `v2.1.1.0-rc1`.
24+
2. Please download the binary suitable from your system, of the latest recommended version, which as of now is `v2.2.0.0-rc1`.
2525
You can do this using the GUI or by running the following command in your terminal:
2626

2727
```bash
28-
curl -L -O https://github.com/availproject/avail/releases/download/v2.1.1.0-rc1/<YOUR-SYSTEM-SPECIFIC-BINARY>.tar.gz
28+
curl -L -O https://github.com/availproject/avail/releases/download/v2.2.0.0-rc1/<YOUR-SYSTEM-SPECIFIC-BINARY>.tar.gz
2929
```
3030
3. Extract the downloaded file by opening a terminal in the location of the downloaded file and using the following command:
3131

@@ -257,7 +257,7 @@ To download and run an Avail node using Docker:
257257
1. Simply run the following command in your terminal:
258258
259259
```bash
260-
docker run --restart=on-failure -d -v /root/avail/node-data:/da/node-data -p 9944:9944 -p 30333:30333 docker.io/availj/avail:v2.1.1.0-rc1 --chain turing -d ./output --name a-random-name
260+
docker run --restart=on-failure -d -v /root/avail/node-data:/da/node-data -p 9944:9944 -p 30333:30333 docker.io/availj/avail:v2.2.0.0-rc1 --chain turing -d ./output --name a-random-name
261261
```
262262
- -d runs the container in the background
263263
- -v mounts a volume into the container

0 commit comments

Comments
 (0)