Skip to content

Commit 4736c1a

Browse files
committed
readme
1 parent 9a9759b commit 4736c1a

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

Makefile

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.PHONY: def update-registry update-fixtures submodule-status
1+
.PHONY: def update-registry update-fixtures submodule-status init-submodules
22

33
def: update-registry update-fixtures
44

@@ -20,3 +20,6 @@ submodule-status:
2020
echo "Last 2 commits in repos/chain-registry-fixtures:" && \
2121
git log -n 2 --oneline && \
2222
cd - >/dev/null
23+
24+
init-submodules:
25+
git submodule update --init --recursive

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,13 @@ A unified store of chains info, assets, asset lists, and IBC channels for the Co
4646

4747
*We encourage developers to migrate to v2 for improved consistency and readability.
4848

49+
## Developing
50+
51+
First ensure you have the submodules initialized out before developing:
52+
53+
```
54+
make init-submodules
55+
```
4956

5057
## Usage
5158

0 commit comments

Comments
 (0)