From cf22fc94aaa7032bec753fd07d0b83ded067dded Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miguel=20Lu=C3=ADs?= Date: Mon, 17 Jul 2017 17:36:23 +0000 Subject: Added support for Docker. --- README.md | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'README.md') diff --git a/README.md b/README.md index 512d927..98b25cf 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,16 @@ I'm sure you'll have feedback for us, so please do get in touch! I'm [blogging # Setup the Development Environment +## Using Docker + +If your system is running docker you can easily setup the environment with: + +``` +docker build -t novation-launchpad-pro-dev . +docker run -it -v $(pwd):/launchpad-pro novation-launchpad-pro-dev +make +``` + ## Using Vagrant To use [Vagrant](https://www.vagrantup.com/) to manage the build environment you need to: -- cgit v1.2.1