Skip to content

Commit 5a4465d

Browse files
committed
fix broken iroh services link in netdiagnostics quickstart
1 parent 9eb3870 commit 5a4465d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

iroh-services/net-diagnostics/quickstart.mdx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,17 +29,17 @@ connection they can.
2929
Go to your project's **Settings** page and copy the API secret. In your terminal, export it as an environment variable:
3030

3131
```bash
32-
export N0DES_API_SECRET=<your-api-secret>
32+
export IROH_SERVICES_API_SECRET=<your-api-key>
3333
```
3434

3535
### 2. Run the diagnostics client
3636

3737
Clone the repository and run the `net_diagnostics` example:
3838

3939
```bash
40-
git clone https://github.com/n0-computer/iroh-n0des.git
41-
cd iroh-n0des
42-
cargo run --example net_diagnostics --features net_diagnostics,client_host
40+
git clone https://github.com/n0-computer/iroh-services.git
41+
cd iroh-services
42+
cargo run --example net_diagnostics --features net_diagnostics,client_host --features="example"
4343
```
4444

4545
Leave this terminal open. The example connects to n0des, grants the diagnostics capability to your project, and waits for incoming diagnostics requests.

0 commit comments

Comments
 (0)