Update instructions for onboarding-api stack #5

Merged
ashwin merged 3 commits from pm-update-api-readme into main 2024-07-31 10:25:19 +00:00
Showing only changes of commit 88fb92892c - Show all commits

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