Skip to content

Commit b5a1e30

Browse files
authored
Merge pull request #342 from availproject/staging
chore: fixing some LC docs
2 parents 9de6837 + 0b41a5f commit b5a1e30

File tree

2 files changed

+17
-5
lines changed

2 files changed

+17
-5
lines changed

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

+16-4
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+
}
3135

32-
That's it!
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+
43+
44+
And 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

pages/docs/the-avail-token/overview.mdx

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ If you want to read about these in more detail, you can refer to [our blog](http
2424
Anyone can stake AVAIL throughout Avail's infrastructure to earn staking rewards. We will release detailed staking guides
2525
along with our products as they are released.
2626

27-
For now you can refer to the Avail DA staking guide [in our docs](/docs/end-user-guide/nomination-pools).
27+
For now you can refer to the Avail DA staking guide [in our docs](/docs/stake-on-avail).
2828
If you want to read about staking on Avail in more detail, you can refer to [our blog](https://blog.availproject.org/avail-the-token-powering-blockchain-unification/#avail-staking).
2929

3030
<br/>

0 commit comments

Comments
 (0)