From 4f0badeb3bc2a333ee4bbd6027176989de1dd713 Mon Sep 17 00:00:00 2001 From: heitbaum Date: Fri, 31 Dec 2021 23:34:18 +1100 Subject: [PATCH] tools/docker: update readme --- tools/docker/README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/tools/docker/README.md b/tools/docker/README.md index d5947c743e..cfbfd8e8c9 100644 --- a/tools/docker/README.md +++ b/tools/docker/README.md @@ -23,7 +23,14 @@ See https://docs.docker.com/engine/reference/commandline/build/ for details on ` **Build LibreELEC image inside a container** -Use the following command to build LibreELEC images inside a new container based on the docker image tagged with `libreelec`. +Change to your LibreELEC.tv development directory that you checked out with
+ `git clone https://github.com/`**myname**`/LibreELEC.tv.git` + + ``` + cd LibreELEC.tv + ``` + +Then use the following command to build LibreELEC images inside a new container based on the docker image tagged with `libreelec`. (The `pwd` uses the current directory - which must have the LibeELEC `Makefile` in it.) ``` docker run --rm -v `pwd`:/build -w /build -it libreelec make image