diff options
author | kwadronaut <kwadronaut@leap.se> | 2013-02-27 11:29:43 +0100 |
---|---|---|
committer | kwadronaut <kwadronaut@leap.se> | 2013-02-27 11:29:43 +0100 |
commit | 62aff4527cb30ef61575e9afad4259ed0bcbe9ad (patch) | |
tree | e5aee5790b14303923b3daa238471a7fc4638c2b /docs | |
parent | 54a9cf79b072be93582e340f73b7562e5ab35b3c (diff) |
make is required for leap_cli due to gpgme
Diffstat (limited to 'docs')
-rw-r--r-- | docs/platform/quick-start.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/platform/quick-start.md b/docs/platform/quick-start.md index 81ad509..dbb1298 100644 --- a/docs/platform/quick-start.md +++ b/docs/platform/quick-start.md @@ -16,7 +16,7 @@ Installation Install prerequisites: - sudo apt-get install git ruby ruby-dev rsync openssh-client openssl rake + sudo apt-get install git ruby ruby-dev rsync openssh-client openssl rake make Install Vagrant in order to be able to test with local virtual machines (typically optional, but required for this tutorial): |