Skip to content

Commit 05b03af

Browse files
committed
chore: fixing some LC docs
1 parent 13b0b82 commit 05b03af

File tree

1 file changed

+15
-3
lines changed

1 file changed

+15
-3
lines changed

pages/docs/build-with-avail/quickstart.mdx

+15-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,9 @@ image: https://docs.availproject.org/img/avail/AvailDocs.png
1717

1818
## Start Operating
1919

20-
To run an Avail light client, simply install the Avail CLI `npm` package:
20+
{
21+
/*
22+
-- To run an Avail light client, simply install the [Avail CLI `npm` package](https://github.com/availproject/cli):
2123
2224
```bash
2325
npm i -g @availproject/cli
@@ -28,15 +30,25 @@ Then, run:
2830
```bash
2931
avail lc up
3032
```
33+
*/
34+
}
35+
36+
To run an Avail light client, simply run this command powered by [availup](https://github.com/availproject/availup):
37+
38+
```bash
39+
curl -sL1 avail.sh | bash
40+
```
41+
42+
3143

3244
That's it!
3345

3446
If you're seeking more control over the configuration or are interested in running a full node, check out the deployment guides below.
3547

3648
| Action | Tokens Needed | Staking | Technical Skill Required | Client Binary |
3749
| ------------------------------------------------------------------------ | ------------- | ------- | ------------------------ | ------------------------------------------------------------------------------------ |
38-
| [<ins>Run a Light Client</ins>](/docs/operate-a-node/run-a-light-client/0010-light-client) | No | No | Basic | [<ins>v1.7.6</ins>](https://github.com/availproject/avail-light/releases/tag/v1.7.6) |
39-
| [<ins>Run a Full Node / Validator</ins>](/docs/operate-a-node/run-a-full-node) | No | No | Moderate | [<ins>v1.10.0.0</ins>](https://github.com/availproject/avail/releases/tag/v1.10.0.0) |
50+
| [<ins>Run a Light Client</ins>](/docs/operate-a-node/run-a-light-client/0010-light-client) | No | No | Basic | [<ins>v1.9.0</ins>](https://github.com/availproject/avail-light/releases/tag/v1.9.0) |
51+
| [<ins>Run a Full Node / Validator</ins>](/docs/operate-a-node/run-a-full-node/full-node) | No | No | Moderate | [<ins>v2.1.5</ins>](https://github.com/availproject/avail/releases/tag/v2.2.3.0-rc1) |
4052

4153
---
4254

0 commit comments

Comments
 (0)