diff --git a/docs/site/docs/operate/testnet/install.md b/docs/site/docs/operate/testnet/install.md index 2c0277d70..db484621b 100644 --- a/docs/site/docs/operate/testnet/install.md +++ b/docs/site/docs/operate/testnet/install.md @@ -8,7 +8,7 @@ The Omni CLI will allow you to interact with the Omni network and simplifies the ## Install from Binary -The easiest way to install the Omni CLI is to download the latest release from the [GitHub releases page](https://github.com/omni-network/omni/releases). Once downloaded, you can extract the binary and move it to a location in your PATH. +The easiest way to install the Omni CLI is to download the latest release from the [GitHub releases page](https://github.com/omni-network/omni/releases). Once downloaded, you can extract the binary and move it to a location in your $PATH. ## Install from Script diff --git a/docs/site/docs/operate/testnet/introduction.md b/docs/site/docs/operate/testnet/introduction.md index ba1647ea1..e486f1084 100644 --- a/docs/site/docs/operate/testnet/introduction.md +++ b/docs/site/docs/operate/testnet/introduction.md @@ -6,6 +6,6 @@ sidebar_position: 1 ## Registering as an Operator for Testnet -To register with Omni, operators must first register as an operator in Eigenlayer testnet +To register with Omni, operators must first register as an operator in Eigenlayer testnet. -This registers your Ethereum public key with the Eigenlayer. You can follow Eigenlayer's instructions [here](https://docs.eigenlayer.xyz/eigenlayer/operator-guides/operator-installation). +This registers your Ethereum public key with the Eigenlayer smart contracts. You can follow Eigenlayer's instructions [here](https://docs.eigenlayer.xyz/eigenlayer/operator-guides/operator-installation). diff --git a/docs/site/docs/operate/testnet/register.md b/docs/site/docs/operate/testnet/register.md index 5976e79b8..cefd66962 100644 --- a/docs/site/docs/operate/testnet/register.md +++ b/docs/site/docs/operate/testnet/register.md @@ -4,7 +4,7 @@ sidebar_position: 3 # Omni AVS Contract Registration -This tells EigenLayer that you'd like to be an operator specifically for the Omni AVS. Thus, the **\$ETH** that you, and your delegators restaked, will be used to secure Omni. Omni provides a CLI for this. +This tells EigenLayer that you'd like to be an operator specifically for the Omni AVS. Thus, the **\$ETH** that you, and your delegators restaked, will be used to secure Omni. You will need to have an `operator.yml` file to perform this registration. This file is created as part of [registering as an operator with the EigenLayer CLI](https://docs.eigenlayer.xyz/eigenlayer/operator-guides/operator-installation).