Merge pull request #1083 from ensonic/master

Mention prerequisites for building the iso images.
pull/1084/head
Matt Rickard 2017-02-03 08:30:49 -08:00 committed by GitHub
commit a0c49ffad6
1 changed files with 9 additions and 0 deletions

View File

@ -26,6 +26,15 @@ The following configurations are known to have issues currently:
## Hacking
### Requirements
* Linux
```
sudo apt-get install gnupg2 p7zip-full
```
Either import your private key or generate a sign-only key using `gpg2 --gen-key`.
### Build instructions
```