Skip to content

Commit

Permalink
Merge pull request #307 from cheqd/docs
Browse files Browse the repository at this point in the history
Bump cheqd version to 0.5.0 in docs
  • Loading branch information
Toktar authored Mar 30, 2022
2 parents 4b62a46 + 2b01f68 commit 0b261d3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ Either the cheqd team, or one of your fellow node operators will be happy to off

Getting started as a node operator on the cheqd network [mainnet](https://explorer.cheqd.io) is as simple as...

1. [Install the `cheqd-node` software](docs/setup-and-configure/README.md) (**version 0.4.0+**) on a hosting platform of your choice
1. [Install the `cheqd-node` software](docs/setup-and-configure/README.md) (**version 0.5.0+**) on a hosting platform of your choice
2. Once you have acquired CHEQ tokens, [promote your node to a validator](docs/validator-guide/README.md)

If successfully configured, your node would become the latest validator on the cheqd mainnet. Welcome to the new digital ID revolution!
Expand All @@ -33,7 +33,7 @@ If successfully configured, your node would become the latest validator on the c

Our [testnet](https://testnet-explorer.cheqd.io/) is the easiest place for developers and node operators to get started if you're not *quite* ready yet to dive into building apps on our mainnet. To get started...

1. Install [v0.4.0 of cheqd-node](https://github.com/cheqd/cheqd-node/releases/tag/v0.4.0) (same version as that on mainnet)
1. Install [v0.5.0 of cheqd-node](https://github.com/cheqd/cheqd-node/releases/tag/v0.5.0) (same version as that on mainnet)
2. Acquire testnet CHEQ tokens through [our testnet faucet](https://testnet-faucet.cheqd.io).

## 🧑‍💻 Using cheqd
Expand Down
4 changes: 2 additions & 2 deletions docs/setup-and-configure/debian/deb-package-upgrade.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ However, as best practice we recommend backing up the [app data directories for
1. **Download** [**the latest release of `cheqd-node` .deb**](https://github.com/cheqd/cheqd-node/releases/latest) **package**

```bash
wget https://github.com/cheqd/cheqd-node/releases/download/v0.4.0/cheqd-node_0.4.0_amd64.deb
wget https://github.com/cheqd/cheqd-node/releases/download/v0.5.0/cheqd-node_0.5.0_amd64.deb
```

2. **Stop the existing `cheqd-noded` service**
Expand Down Expand Up @@ -57,7 +57,7 @@ However, as best practice we recommend backing up the [app data directories for
To specify [a custom home directory location](deb-package-install.md), use the following command instead:

```bash
sudo CHEQD_HOME_DIR=/path/to/home/directory dpkg -i cheqd-node_0.4.0_amd64.deb
sudo CHEQD_HOME_DIR=/path/to/home/directory dpkg -i cheqd-node_0.5.0_amd64.deb
```

4. **Re-start the `cheqd-noded` service and confirm it is running**
Expand Down

0 comments on commit 0b261d3

Please sign in to comment.