Skip to content

docs: Corrected minor language issues in install.md #378

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/hubble/install.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ OPTIMISM_L2_RPC_URL=your-L2-optimism-RPC-URL
HUB_OPERATOR_FID=your-fid
```

5. Follow the instructions to set [connect to a network](./networks.md).
5. Follow the instructions to [connect to a network](./networks.md).

6. Start Hubble with docker compose in detached mode:

Expand Down Expand Up @@ -111,7 +111,7 @@ First, ensure that the following are installed globally on your machine:

To run the Hubble commands, go to the Hubble app (`cd apps/hubble`) and run the `yarn` commands.

1. `yarn identity create` to create a ID
1. `yarn identity create` to create an ID
2. Follow the instructions to set [connect to a network](./networks.md)
3. `yarn start --eth-mainnet-rpc-url <your ETH-mainnet-RPC-URL> --l2-rpc-url <your Optimism-L2-RPC-URL> --hub-operator-fid <your FID>`

Expand Down