From 1a63969cdce485d14994a50c9bb9d34a1fb39f4c Mon Sep 17 00:00:00 2001 From: Michael Stucki Date: Tue, 18 Feb 2014 14:05:05 +0100 Subject: [PATCH] Add a note that Docker is required for this. No Docker, no fun. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 3668b02..83da2af 100644 --- a/README.md +++ b/README.md @@ -12,6 +12,8 @@ The main working directory is a shared folder on the host system, so the Docker ### How to build +**NOTE:** You will need to [install Docker][Docker_Installation] to proceed! + ``` git clone https://github.com/stucki/docker-cyanogenmod.git cd docker-cyanogenmod @@ -53,6 +55,7 @@ For further information, check the following links: [Docker]: https://www.docker.io/ [CyanogenMod]: http://www.cyanogenmod.org/ +[Docker_Installation]: https://www.docker.io/gettingstarted/ [Screen_Shortcuts]: http://www.pixelbeat.org/lkdb/screen.html [CyanogenMod_Building_Basics]: http://wiki.cyanogenmod.org/w/Doc:_Building_Basics [Learning_to_Build_CM]: http://wiki.cyanogenmod.org/w/Development#Learning_To_Build_CM