summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorDave Hodder <dave.hodder@focusrite.com>2017-07-18 17:35:10 +0100
committerGitHub <noreply@github.com>2017-07-18 17:35:10 +0100
commit95a12562c4efa6ec7f35966cd6257db0de96fda4 (patch)
tree6abbedb7a87c2ab376a6ed3f105d56a4f0f9668e /README.md
parentb90638d9f1d7a4cb6c2b1d7e17ed6a9ab6f955f4 (diff)
parentcf22fc94aaa7032bec753fd07d0b83ded067dded (diff)
downloadlaunchpad-polymaker-95a12562c4efa6ec7f35966cd6257db0de96fda4.tar.gz
launchpad-polymaker-95a12562c4efa6ec7f35966cd6257db0de96fda4.zip
Merge pull request #28 from mluis/master
Added support for Docker - much quicker and lighter than Vagrant, if you can do without the Eclipse IDE. Thanks @mluis!
Diffstat (limited to 'README.md')
-rw-r--r--README.md10
1 files changed, 10 insertions, 0 deletions
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
22 22
23# Setup the Development Environment 23# Setup the Development Environment
24 24
25## Using Docker
26
27If your system is running docker you can easily setup the environment with:
28
29```
30docker build -t novation-launchpad-pro-dev .
31docker run -it -v $(pwd):/launchpad-pro novation-launchpad-pro-dev
32make
33```
34
25## Using Vagrant 35## Using Vagrant
26 36
27To use [Vagrant](https://www.vagrantup.com/) to manage the build environment you need to: 37To use [Vagrant](https://www.vagrantup.com/) to manage the build environment you need to: