From 88fb92892cbc2a58a93977a8aa08f7186f7ce7e8 Mon Sep 17 00:00:00 2001 From: Prathamesh Musale Date: Wed, 31 Jul 2024 14:17:23 +0530 Subject: [PATCH] Update instructions --- stack-orchestrator/stacks/onboarding-api/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stack-orchestrator/stacks/onboarding-api/README.md b/stack-orchestrator/stacks/onboarding-api/README.md index f4f7b24..ac83174 100644 --- a/stack-orchestrator/stacks/onboarding-api/README.md +++ b/stack-orchestrator/stacks/onboarding-api/README.md @@ -15,12 +15,12 @@ Instructions for running the `testnet-onboarding-api` using [laconic-so](https:/ laconic-so fetch-stack git.vdb.to/cerc-io/testnet-onboarding-app-stack ``` - This should clone the stack repo in `$HOME/cerc` + This should clone the stack repo in `$HOME/cerc` directory * Setup required repositories: ```bash - laconic-so --stack ~/cerc/testnet-onboarding-app-stack/stack-orchestrator/stacks/onboarding-api setup-repositories + laconic-so --stack ~/cerc/testnet-onboarding-app-stack/stack-orchestrator/stacks/onboarding-api setup-repositories --pull # If this throws an error as a result of being already checked out to a branch/tag in a repo, remove the repositories and re-run the command # The repositories are located in $HOME/cerc by default