Update README with correct paths

This commit is contained in:
IshaVenikar 2025-05-28 18:46:33 +05:30
parent 51e8992f98
commit 23d21c2772
2 changed files with 3 additions and 3 deletions

View File

@ -419,7 +419,7 @@
- Check logs to ensure that the app is running:
```bash
laconic-so deployment --dir $DATA_DIRECTORY/$MULTISIG_DEPLOYMENT_DIR logs laconicd -f
laconic-so deployment --dir $DATA_DIRECTORY/$MULTISIG_DEPLOYMENT_DIR logs -f
```
- The app will be running on `http://localhost:3000/laconic`

View File

@ -42,7 +42,7 @@ This playbook sets up the Cosmos Multisig application for managing multisig wall
* Setup and start the multisig app:
```bash
ansible-playbook -v -i localhost, -c local cosmos-multisig-app-start.yml
ansible-playbook -v -i localhost, -c local ~/cerc/laconicd-stack/playbooks/cosmos-multisig-app/cosmos-multisig-app-start.yml
```
* Access the app at `http://localhost:3000/laconic`
@ -51,7 +51,7 @@ This playbook sets up the Cosmos Multisig application for managing multisig wall
* Check app logs:
```bash
laconic-so deployment --dir $DATA_DIRECTORY/$MULTISIG_DEPLOYMENT_DIR logs laconicd -f
laconic-so deployment --dir $DATA_DIRECTORY/$MULTISIG_DEPLOYMENT_DIR logs -f
```
## Clean up