Skip to content

Latest commit

 

History

History
27 lines (17 loc) · 369 Bytes

build.md

File metadata and controls

27 lines (17 loc) · 369 Bytes

BUILD

Download source code

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

Verify commits

Import gpg keys:

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

Verify commit:

git verify-commit HEAD

Build

Follow instruction for your OS: