Update instructions

This commit is contained in:
Prathamesh Musale 2024-07-31 14:17:23 +05:30
parent 7ad53ac481
commit 88fb92892c

View File

@ -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