Commit 35adc57 1 parent 3f0184b commit 35adc57 Copy full SHA for 35adc57
File tree 1 file changed +3
-3
lines changed
pages/docs/operate-a-node/run-a-full-node
1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,11 +21,11 @@ There are two main ways of running an Avail node:
21
21
1 . Go to the [ Avail node GitHub releases page] ( https://github.com/availproject/avail/releases/ ) .
22
22
There you will see a lot of pre-built binaries for each version of the Avail node.
23
23
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 ` .
25
25
You can do this using the GUI or by running the following command in your terminal:
26
26
27
27
``` 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
29
29
```
30
30
3 . Extract the downloaded file by opening a terminal in the location of the downloaded file and using the following command:
31
31
@@ -257,7 +257,7 @@ To download and run an Avail node using Docker:
257
257
1. Simply run the following command in your terminal:
258
258
259
259
` ` ` 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
261
261
` ` `
262
262
- -d runs the container in the background
263
263
- -v mounts a volume into the container
You can’t perform that action at this time.
0 commit comments