1
0
mirror of https://github.com/kylemanna/docker-aosp synced 2025-06-07 16:06:17 +00:00

README: Fix pre-formatted code

* Fix the apparently missing space.
This commit is contained in:
Kyle Manna 2016-10-14 20:06:24 -07:00 committed by GitHub
parent 4ac164b304
commit 9e4c52f282

View File

@ -44,10 +44,10 @@ For the terribly impatient.
initializes the repo, fetches all source code, and builds. initializes the repo, fetches all source code, and builds.
5. In parallel you are expected to be drinking because I save you some time. 5. In parallel you are expected to be drinking because I save you some time.
mkdir nougat ; cd nougat mkdir nougat ; cd nougat
export AOSP_VOL=$PWD export AOSP_VOL=$PWD
curl -O https://raw.githubusercontent.com/kylemanna/docker-aosp/master/tests/build-nougat.sh curl -O https://raw.githubusercontent.com/kylemanna/docker-aosp/master/tests/build-nougat.sh
bash ./build-nougat.sh bash ./build-nougat.sh
This takes about 2 hours to download and build on i5-2500k with 100Mb/s network connection. This takes about 2 hours to download and build on i5-2500k with 100Mb/s network connection.