1
0
mirror of https://github.com/stucki/docker-lineageos synced 2024-12-19 17:12:29 -05:00

[TASK] Fix typo in README.md

This commit is contained in:
Kay Strobach 2014-07-18 20:24:20 +02:00
parent 24159b1fbd
commit 980b50c199

View File

@ -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. 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. 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. **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.