From 9e4c52f282d50cf105ce51ee9800ac785fc7ed49 Mon Sep 17 00:00:00 2001 From: Kyle Manna Date: Fri, 14 Oct 2016 20:06:24 -0700 Subject: [PATCH] README: Fix pre-formatted code * Fix the apparently missing space. --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index c366318..e9f4a58 100644 --- a/README.md +++ b/README.md @@ -44,10 +44,10 @@ For the terribly impatient. initializes the repo, fetches all source code, and builds. 5. In parallel you are expected to be drinking because I save you some time. - mkdir nougat ; cd nougat - export AOSP_VOL=$PWD - curl -O https://raw.githubusercontent.com/kylemanna/docker-aosp/master/tests/build-nougat.sh - bash ./build-nougat.sh + mkdir nougat ; cd nougat + export AOSP_VOL=$PWD + curl -O https://raw.githubusercontent.com/kylemanna/docker-aosp/master/tests/build-nougat.sh + bash ./build-nougat.sh This takes about 2 hours to download and build on i5-2500k with 100Mb/s network connection.