Skip to content

Commit

Permalink
Update login.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dr-frmr authored Jan 22, 2024
1 parent 8d887c5 commit 7a686d9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/login.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ Copy the WebSocket API key from the API Key button:
Replace the `--rpc` field below with the WebSocket API key link copied from [the previous step](#acquiring-an-rpc-api-key), and start the node with:

```bash
./kinode home --rpc wss://eth-sepolia.g.alchemy.com/v2/<your-api-key>
./kinode home --rpc wss://eth-sepolia.g.alchemy.com/v2/<your-api-key> --testnet
```
(See runtime README if you wish to boot on Optimism mainnet)

A new browser tab should open, but if not, look in the terminal for a line like

Expand Down

0 comments on commit 7a686d9

Please sign in to comment.