Skip to content

Commit

Permalink
Fix submodule command in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
grod220 committed Sep 12, 2024
1 parent e2082c5 commit cf50dbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Let's say you want to add or edit an asset in the registry. Here are the steps y

1. Install pre-requisite deps: [Rust](https://www.rust-lang.org/tools/install) & [pnpm](https://pnpm.io/installation)
2. Fork repository & clone it down locally with `git clone --recurse-submodules`
- If you've pulled the repo before, update the cosmos registry using `git submodule update --init --recursive`
- If you've pulled the repo before, update the cosmos registry using `git submodule update --remote`
3. In `input/<chain_name>.json`, add your new asset or edit the metadata as needed
4. In `tools/compiler/` directory run `cargo run`
5. In `npm/` run `pnpm install` and `pnpm changeset`. Make a minor (if new chain added) or patch (add/edit to existing)
Expand Down
2 changes: 1 addition & 1 deletion tools/compiler/src/chain-registry

0 comments on commit cf50dbf

Please sign in to comment.