From 414e0ad3141018b968531563ec6a9422d1b84978 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Thu, 18 Jul 2024 10:50:44 +0530 Subject: [PATCH] Update nitro-rpc-client installation steps --- testnet-onboarding-demo.md | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/testnet-onboarding-demo.md b/testnet-onboarding-demo.md index 5b4f3af..4dea0d8 100644 --- a/testnet-onboarding-demo.md +++ b/testnet-onboarding-demo.md @@ -331,19 +331,21 @@ ```bash cd tls make create-cert + + # Go back to go-nitro + cd ../ ``` -4. Install `nitro-rpc-client` package globally (run outside of go-nitro): +4. Install `nitro-rpc-client` package globally: ```bash - cd ~ - # 'yarn global' commands only work with Yarn versions below 2.x. + # In go-nitro + npm install -g ./packages/nitro-rpc-client - npm install -g /packages/nitro-rpc-client + # Confirm global installation by running + nitro-rpc-client --version ``` - - Replace `` with absolute path to the cloned go-nitro repo - ## Run - Start L1, L2 stacks: