README: Rewrite install section temporarily

This commit is contained in:
Ryan Heywood 2024-01-16 15:12:28 -05:00
parent e643645fd5
commit f7c00d11f1
Signed by: ryan
GPG Key ID: 8E401478A3FBEF72
1 changed files with 28 additions and 0 deletions

View File

@ -71,6 +71,7 @@ Note: The following features are proposed, and may not yet be implemented.
## Install
<!--
These steps will allow you to prove that at least two Distrust engineers
signed off on the produced binaries, signaling that they reproduced them from
source code and got identical results, in addition to our usual two-party code
@ -111,6 +112,33 @@ To follow these steps please install [git-lfs][gl] and [git-sig][gs].
```
make 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