From 5b634d474d70cb5f78a4752bdf3406352bdc8dbb Mon Sep 17 00:00:00 2001 From: Tiago Faria Date: Wed, 31 Oct 2018 20:29:50 +0000 Subject: [PATCH] Update readme --- dev/readme.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/dev/readme.md b/dev/readme.md index fd418ea..57f85bf 100644 --- a/dev/readme.md +++ b/dev/readme.md @@ -1,3 +1,5 @@ # Development notes -We make some of the development files available in case they are of interest to you. MISP Cloud is heavily based on [misp-packer](https://github.com/MISP/misp-packer) for the bootstrap portion of the project. Other files include the configuration files for [Packer](https://packer.io), the tool we utilize to create the images and manage the snapshots. +We make some of the development files available in case they are of interest to you. MISP Cloud is heavily based on [misp-packer](https://github.com/MISP/misp-packer) for the bootstrap portion of the project. Other files include the configuration files for [Packer](https://packer.io), the tool we utilize to create and manage the images. + +Check Packer [Starter Guide](https://www.packer.io/intro/index.html) if you would like to learn more.