Skip to content

Commit

Permalink
Merge pull request #259 from bsodmike/fix_setup_repo_branch
Browse files Browse the repository at this point in the history
  • Loading branch information
gcharang committed May 2, 2024
2 parents f043b72 + 423ec01 commit b550868
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/pages/komodo-defi-framework/setup/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,11 @@ cd ~
git clone https://github.com/KomodoPlatform/komodo-defi-framework --branch mm2.1 --single-branch && cd komodo-defi-framework
```

Compile the source code.
<Note type="warning">
For development, please use the `dev` branch `git clone https://github.com/KomodoPlatform/komodo-defi-framework --branch dev` instead of a specific release branch.
</Note>

Compile the source code:

```bash
cargo build --features native -vv
Expand Down

0 comments on commit b550868

Please sign in to comment.