From c08c977091e31bfe699d8a9d8dff1ed846b98955 Mon Sep 17 00:00:00 2001 From: Patrick Marchand Date: Mon, 24 Dec 2018 17:04:25 -0500 Subject: [PATCH] Improved README.md More links and some english fixes. --- README.md | 17 ++++++++++++----- 1 file changed, 12 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index c5c1233..9d804e9 100644 --- a/README.md +++ b/README.md @@ -1,10 +1,14 @@ # Packer -This repository contain [Packer](https://www.packer.io/) templates for building [Vagrant](https://www.vagrantup.com/) boxes customized by [Evolix](https://evolix.com/). +This repository contains [Packer](https://www.packer.io/) templates +for building [Vagrant](https://www.vagrantup.com/) boxes customized +by [Evolix](https://evolix.com/). ## Dependencies -Youd need make, packer and jq, on Debian you can install them with : +make(1), (packer)[https://www.packer.io/] and +(jq)[https://stedolan.github.io/jq/], on Debian you can install +them with : ~~~ apt install make packer jq @@ -12,13 +16,15 @@ apt install make packer jq ## Build -For build *evolinux*, a Debian GNU/Linux Stretch base customized by Evolix : +To build *evolinux*, a Debian GNU/Linux Stretch base customized by +Evolix : ~~~ make evolinux ~~~ -Other make target are available, eg. *packmail*, an evolinux base + mail server (Postfix/Dovecot/Roundcube/...) : +Other make targets are available, eg. *packmail*, an evolinux base +setup with a mail server (Postfix/Dovecot/Roundcube/...) : ~~~ make packmail @@ -26,4 +32,5 @@ make packmail ## License -This project is an [Evolix](https://evolix.com) project and is licensed under GPLv3, see the [LICENSE](LICENSE) file for details. +This is an [Evolix](https://evolix.com) project and is licensed +under the GPLv3, see the [LICENSE](LICENSE) file for details.