Skip to content

Commit

Permalink
Update README.md (#68)
Browse files Browse the repository at this point in the history
* Update README.md

* Update README.md
  • Loading branch information
jolestar authored and sanlee42 committed Mar 22, 2023
1 parent 71f0cbf commit ade5f0f
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,20 @@
- [latest](./build/StarcoinFramework/docs)
- [v11](./release/v11/docs)

## Usage

Add `address` and `dependency` to the project's Move.toml

```
[addresses]
StarcoinFramework = "0x1"
[dependencies]
StarcoinFramework = {git = "https://github.com/starcoinorg/starcoin-framework.git", rev="cf1deda180af40a8b3e26c0c7b548c4c290cd7e7"}
```

* v11 git version: cf1deda180af40a8b3e26c0c7b548c4c290cd7e7

## Build and Test

Setup dev environment:
Expand Down

0 comments on commit ade5f0f

Please sign in to comment.