summaryrefslogtreecommitdiffstats
path: root/README.md
diff options
context:
space:
mode:
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: