Skip to content

Latest commit

 

History

History
35 lines (21 loc) · 523 Bytes

build.md

File metadata and controls

35 lines (21 loc) · 523 Bytes

BUILD

Download source code

git clone https://github.com/yukibtc/keechain.git && cd keechain

Verify commits

Import gpg keys:

gpg --keyserver hkps://keys.openpgp.org --recv-keys $(<contrib/verify-commits/trusted-keys)

Verify commit:

git verify-commit HEAD

Install Rust

Follow this instructions: https://www.rust-lang.org/tools/install

Build

Follow instruction for your OS:

Usage

Before using keechain, take a look at usage guide.