From d78870e24c9a280bbd6b3b22d1b1662232cdba39 Mon Sep 17 00:00:00 2001 From: Pete Fotheringham Date: Fri, 14 Jul 2023 12:03:23 +0100 Subject: [PATCH] Update README.md Fix #441 Document the necessary call to `docker pull` --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index b0db9d0..df80827 100644 --- a/README.md +++ b/README.md @@ -32,6 +32,10 @@ start! ## How can I build LineageOS? +Before you start, make sure you have the latest version of our Docker image: +``` +docker pull lineageos4microg/docker-lineage-cicd +``` This Docker image contains a great number of settings, to allow you to fully customize your LineageOS build. Here you can find all of them, with the default values between the brackets.