From f7c00d11f1fbcc8dcac9767c635af8b5b7bddbd0 Mon Sep 17 00:00:00 2001 From: ryan Date: Tue, 16 Jan 2024 15:12:28 -0500 Subject: [PATCH] README: Rewrite install section temporarily --- README.md | 28 ++++++++++++++++++++++++++++ 1 file changed, 28 insertions(+) diff --git a/README.md b/README.md index 28201ce..af3c218 100644 --- a/README.md +++ b/README.md @@ -71,6 +71,7 @@ Note: The following features are proposed, and may not yet be implemented. ## Install + + +1. Clone repo + + ```sh + git clone https://git.distrust.co/public/stack + ``` + +2. Verify Git signatures + + ```sh + git verify-commit HEAD + ``` + +3. Install binary + + ```sh + cargo install --path crates/keyfork + ``` + +4. Optionally, build binary for distribution + + ```sh + cargo build --release --bin keyfork + ``` + + The binary will be made available in `target/release/`. ## Basic Usage