X-Git-Url: https://git.distorted.org.uk/~mdw/termux-packages/blobdiff_plain/6bde679f8303c49c4321c9f599dde39785fee34f..efb97f17e084260a20b9ff22d413554e934159ba:/README.md diff --git a/README.md b/README.md index a6ce8d00..a5c2bb2e 100644 --- a/README.md +++ b/README.md @@ -7,11 +7,11 @@ This project contains scripts and patches to build packages for the Setting up a build environment using Docker =========================================== -For most people the best way to obtain an environment for building packages is by using Docker. This should work everywhere Docker is supported (replace `/` with `\\` if using Windows) and ensures an up to date build environment that is tested by other package builders. +For most people the best way to obtain an environment for building packages is by using Docker. This should work everywhere Docker is supported (replace `/` with `\` if using Windows) and ensures an up to date build environment that is tested by other package builders. Run the following script to setup a container (from an image created by [scripts/Dockerfile](scripts/Dockerfile)) suitable for building packages: -   ./scripts/run-docker.sh + ./scripts/run-docker.sh This source folder is mounted as the `/root/termux-packages` data volume, so changes are kept in sync between the host and the container when trying things out before committing, and built