Skip to content

Commit

Permalink
chore(docs): clean up CLI doc (#1798)
Browse files Browse the repository at this point in the history
Remove broken CLI link

issue: none
  • Loading branch information
fabtreb authored Sep 3, 2024
1 parent 8c40579 commit 1d2d93d
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions docs/content/operate/run-full-node.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Please note that if you're running an Omega full node, you will need to redeploy
The simplest way to run a full node is with the following commands:

```bash
# Install the Omni CLI (alternate instructions here: https://docs.omni.network/tools/cli/)
# Install the Omni CLI
curl -sSfL https://raw.githubusercontent.com/omni-network/omni/main/scripts/install_omni_cli.sh | sh -s

# init geth and halo
Expand All @@ -28,13 +28,6 @@ docker compose up

Congrats, you're running a full node!

<details>
<summary>Known Issue **"validator does not exist"**</summary>

Please note if you see this error that it is a known issue, it is sporadic and resolves itself after a couple tries. If you're interested to follow along the solution (or give it a shot yourself!), you can follow along [here](https://github.com/omni-network/omni/issues/1524).

</details>

### Details

What's actually happening here?
Expand Down

0 comments on commit 1d2d93d

Please sign in to comment.