Skip to content

Commit

Permalink
chore: remove dead link from readme
Browse files Browse the repository at this point in the history
  • Loading branch information
nvtaveras committed Oct 22, 2024
1 parent f349ddd commit 50b0bd4
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,8 +219,7 @@ You have two options to deploy the Cloud Function code, `terraform` or `gcloud`

1. Run `npm run aegis:export` to print out an aegis config template in your local CLI
1. Copy the relevant sections for the relayers you want to add to aegis
1. Paste them into [aegis' config.local.yaml](https://github.com/mento-protocol/aegis/blob/main/config.local.yaml)
1. Paste them into [aegis' config.yaml](https://github.com/mento-protocol/aegis/blob/main/config.yaml)
1. Run aegis in dev mode via `npm run dev`, check that there are no errors in the log outputs
1. Copy your changes to config.local.yaml over into [config.yaml](https://github.com/mento-protocol/aegis/blob/main/config.yaml)
1. Submit a PR with your changes
1. After successful code review, deploy your changes via `npm run deploy` in aegis

0 comments on commit 50b0bd4

Please sign in to comment.