From 164e4ef2d08034fd658f0bf9b8bff49298df4dcb Mon Sep 17 00:00:00 2001 From: Carl Tashian Date: Mon, 9 Mar 2020 13:24:02 -0700 Subject: [PATCH] Add Build From Source instructions --- docs/CONTRIBUTING.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/docs/CONTRIBUTING.md b/docs/CONTRIBUTING.md index f7ef7896..38810c48 100644 --- a/docs/CONTRIBUTING.md +++ b/docs/CONTRIBUTING.md @@ -7,12 +7,22 @@ to manage issues, etc. ## Table of Contents +* [Building From Source](#building-from-source) * [Asking Support Questions](#asking-support-questions) * [Reporting Issues](#reporting-issues) * [Submitting Patches](#submitting-patches) * [Code Contribution Guidelines](#code-contribution-guidelines) * [Git Commit Message Guidelines](#git-commit-message-guidelines) +## Building From Source + +The only prerequisites are [`go`](https://golang.org/) and make. + +To build from source: + + make bootstrap && make + + ## Asking Support Questions Users and developers can ask questions over email (info@smallstep.com) or