README: Rewrite install section temporarily
This commit is contained in:
parent
e643645fd5
commit
f7c00d11f1
28
README.md
28
README.md
|
@ -71,6 +71,7 @@ Note: The following features are proposed, and may not yet be implemented.
|
||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
|
<!--
|
||||||
These steps will allow you to prove that at least two Distrust engineers
|
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
|
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
|
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
|
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
|
## Basic Usage
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue