From 980b50c1999997f72d529901464b2e888b4e38e2 Mon Sep 17 00:00:00 2001 From: Kay Strobach Date: Fri, 18 Jul 2014 20:24:20 +0200 Subject: [PATCH] [TASK] Fix typo in README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60c931e..2b15a18 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ Create a [Docker] based environment to build [CyanogenMod]. This Dockerfile will create a docker container which is based on Ubuntu 12.04. It will install the "repo" utility and any other build dependencies which are required to compile CyanogenMod. -The main working directory is a shared folder on the host system, so the Docker container will can be removed at any time. +The main working directory is a shared folder on the host system, so the Docker container can be removed at any time. **NOTE:** Remember that CyanogenMod is a huge project. It will consume a large amount of disk space (~80 GB) and it can easily take hours to build.