Skip to content
This repository was archived by the owner on Apr 10, 2026. It is now read-only.

Commit e831370

Browse files
gsovereigntytac0turtle
authored andcommitted
Add git clone step to build instructions (#130)
1 parent 879a198 commit e831370

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

tutorial/build-run.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,11 @@ source ~/.bash_profile
1616
```
1717

1818
Now, you can install and run the application.
19+
```
20+
# Clone the source of the tutorial repository
21+
git clone https://github.com/cosmos/sdk-application-tutorial.git
22+
cd sdk-application-tutorial
23+
```
1924

2025
```bash
2126
# Install the app into your $GOBIN

0 commit comments

Comments
 (0)