summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
authorMiguel Luís <mkxpto@gmail.com>2017-07-17 17:36:23 +0000
committerMiguel Luís <mkxpto@gmail.com>2017-07-17 17:36:23 +0000
commitcf22fc94aaa7032bec753fd07d0b83ded067dded (patch)
tree6abbedb7a87c2ab376a6ed3f105d56a4f0f9668e /README.md
parentb90638d9f1d7a4cb6c2b1d7e17ed6a9ab6f955f4 (diff)
downloadlaunchpad-polymaker-cf22fc94aaa7032bec753fd07d0b83ded067dded.tar.gz
launchpad-polymaker-cf22fc94aaa7032bec753fd07d0b83ded067dded.zip
Added support for Docker.
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: