Skip to content

Commit

Permalink
adding the git clone step in the launchpad tab of the quickstart alon…
Browse files Browse the repository at this point in the history
…e, to address issue #341
  • Loading branch information
“Max committed Mar 27, 2024
1 parent 9231db4 commit 7458062
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/start/quickstart_alone.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ The private key shares can be created centrally and distributed securely to each
<Tabs groupId="Launchpad-other">
<TabItem value="Launchpad" label="Launchpad" default>
Go to the the <a href="/docs/dvl/intro#dv-launchpad-links">DV Launchpad</a> and select <code>Create a distributed validator alone</code>. Follow the steps to configure your DV cluster. The Launchpad will give you a docker command, which you should run in your terminal.
<br/><br/>
Clone the <a href="https://github.com/ObolNetwork/charon-distributed-validator-cluster.git">Quickstart Alone</a> demo repo and `cd` into the directory.

```bash
# Clone the repo
git clone https://github.com/ObolNetwork/charon-distributed-validator-cluster.git

# Change directory
cd charon-distributed-validator-cluster/
```
</TabItem>
<TabItem value="CLI" label="CLI">

Expand Down
11 changes: 11 additions & 0 deletions versioned_docs/version-v0.19.1/start/quickstart_alone.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,17 @@ The private key shares can be created centrally and distributed securely to each
<Tabs groupId="Launchpad-other">
<TabItem value="Launchpad" label="Launchpad" default>
Go to the the <a href="/docs/dvl/intro#dv-launchpad-links">DV Launchpad</a> and select <code>Create a distributed validator alone</code>. Follow the steps to configure your DV cluster. The Launchpad will give you a docker command, which you should run in your terminal.

<br/><br/>
Clone the <a href="https://github.com/ObolNetwork/charon-distributed-validator-cluster.git">Quickstart Alone</a> demo repo and `cd` into the directory.

```bash
# Clone the repo
git clone https://github.com/ObolNetwork/charon-distributed-validator-cluster.git

# Change directory
cd charon-distributed-validator-cluster/
```
</TabItem>
<TabItem value="CLI" label="CLI">

Expand Down

0 comments on commit 7458062

Please sign in to comment.