diff --git a/README.md b/README.md index fcbf7d83..4c35be5a 100644 --- a/README.md +++ b/README.md @@ -1 +1,9 @@ # core + +## Installation +To install, add the following to your project's Cargo.toml: + +``` +primitives = { git = "https://github.com/gemwalletcom/core.git", branch = "main" } +blockchain = { git = "https://github.com/gemwalletcom/core.git", branch = "main" } +```