diff --git a/.gitignore b/.gitignore index 49791e0213..0dcdb20680 100644 --- a/.gitignore +++ b/.gitignore @@ -22,3 +22,4 @@ bazel-out bazel-genfiles bazel-testlogs bazel-tectonic-installer +.cache diff --git a/README.md b/README.md index 00e9e2dedb..050e2ebaac 100644 --- a/README.md +++ b/README.md @@ -41,10 +41,15 @@ These instructions can be used for the official stable platforms listed above, a bazel build tarball ``` -2. Unzip the tarball + *Note*: the project can optionally be built without installing Bazel, provided Docker is installed: + ```shell + docker run --rm -v $PWD:$PWD -w $PWD quay.io/coreos/tectonic-builder:bazel-v0.3 bazel --output_base=.cache build tarball + ``` + +2. Extract the tarball ```shell cd bazel-bin - tar -zxvf tectonic.tar.gz + tar -zxf tectonic.tar.gz cd tectonic ```