Skip to content

Commit

Permalink
fix: makefile and deps
Browse files Browse the repository at this point in the history
  • Loading branch information
rymnc committed Jun 26, 2024
1 parent 51ad243 commit d2f82cf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
deps:
# for the contracts
git submodule update --init --recursive
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,7 @@
# de-mls
Decentralized MLS PoC using a smart contract for group coordination

## Install deps

1. `Foundry`
2. `make deps`

0 comments on commit d2f82cf

Please sign in to comment.