You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: pages/docs/operate-a-node/become-a-validator/0010-basics.mdx
+1-1
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ Before trying anything, make sure that you fully read the chapter first before d
31
31
32
32
## Installation & Setup
33
33
34
-
Our first step is to obtain the prebuilt binary for Avail Node. [We offer a wide range of prebuilds](https://github.com/availproject/avail/releases/tag/v2.1.0.0-rc1), but in case you don't see your Linux flavor or architecture here, head to the FAQ chapter to learn how to build your own executable.
34
+
Our first step is to obtain the prebuilt binary for Avail Node. [We offer a wide range of prebuilds](https://github.com/availproject/avail/releases/tag/v2.2.0.0-rc1), but in case you don't see your Linux flavor or architecture here, head to the FAQ chapter to learn how to build your own executable.
35
35
36
36
Once you have found your OS (or picked the generic one), execute the given command to obtain the needed Avail Node binary.
# tar is a command-line utility for working with tarballs, compressed or uncompressed archives containing one or more files or directories.
118
118
# The -x option extracts files from an archive, and the -f option specifies the archive file. When used together as tar -xf, it removes the contents of the specified archive file.
Copy file name to clipboardexpand all lines: pages/docs/operate-a-node/run-a-light-client/0010-light-client.mdx
+4-4
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ You can find the latest release binary in the [`avail-light`](https://github.com
31
31
<Callouttype="info">
32
32
RECOMMENDED VERSION <br/>
33
33
You can find the latest release of the Avail LC from [our Github repo](https://github.com/availproject/avail-light). For now though we recommend most users to
34
-
run [`v1.7.10`](https://github.com/availproject/avail-light/releases/tag/v1.7.10) of the Avail light client for maximal network support. <br/>
34
+
run [`v1.8.1`](https://github.com/availproject/avail-light/releases/tag/v1.8.1) of the Avail light client for maximal network support. <br/>
35
35
We will keep this recommendation updated.
36
36
</Callout>
37
37
@@ -126,7 +126,7 @@ using `availup`, you can always check out [our Github repo](https://github.com/a
126
126
You can also download and run a pre-built binary of the Avail light client.
127
127
To do so:
128
128
129
-
1. Download the [recommended version of the binary](https://github.com/availproject/avail-light/releases/tag/v1.7.10) that is compatible with your operating system.
129
+
1. Download the [recommended version of the binary](https://github.com/availproject/avail-light/releases/tag/v1.8.1) that is compatible with your operating system.
130
130
131
131
2. Move the `.tar` file into a convenient directory and extract it to reveal the `avail-light` binary.
132
132
@@ -224,7 +224,7 @@ using `availup`, you can always check out [our Github repo](https://github.com/a
0 commit comments