Skip to content

Commit d0cb07b

Browse files
committed
Pushing small fix for previous commit
1 parent adbef88 commit d0cb07b

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

pages/docs/operate-a-node/run-a-light-client/light-client-api-reference.mdx

+7-2
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ This will be documented in the individual method descriptions.
2828
2. It is recommended to use `API-v2` over `API-v1`, although both are supported.
2929
3. The methods documented here were tested on a locally running instance of the Avail light client.
3030
They will however work with remotely hosted instances as well.
31+
4. You can check out or docs for [instructions on running your own instance
32+
of the Avail light client](/docs/operate-a-node/run-a-light-client/0010-light-client)
3133
</Callout>
3234

3335
## Setting up the dev environment
@@ -51,9 +53,12 @@ curl --version
5153
<Tabs.Tab>
5254
How to run the Rust code snippets:
5355

54-
1. Make sure you have Rust and Cargo installed on your system before moving forward. You can check that by running:
56+
1. Make sure you have [Rust](https://www.rust-lang.org) and [Cargo](https://crates.io/) installed on your system before moving forward. You can check that by running:
5557
```sh
56-
58+
rustc --version && cargo --version
59+
```
60+
If either of these don't work, you can check out [Rust's official installation guide](https://www.rust-lang.org/tools/install).
61+
5762

5863
1. Create a new Rust project:
5964
```sh

0 commit comments

Comments
 (0)