From 1ac57280959d6e7a696fcde4588353d099163054 Mon Sep 17 00:00:00 2001 From: timdegen <104884878+timdegen@users.noreply.github.com> Date: Thu, 3 Aug 2023 22:50:31 +0100 Subject: [PATCH] Add installation instructions --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) 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" } +```