forked from TrueCloudLab/certificates
Add Build From Source instructions
This commit is contained in:
parent
818c38188f
commit
164e4ef2d0
1 changed files with 10 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue