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