diff --git a/README.md b/README.md index a0f7f24..f881348 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,10 @@ The following example uses Docker and assumes you have Docker correctly installe Clone this project & cd into it: - git clone https://github.com/Tile-OS/iso-builder && cd iso-builder + git clone https://gitlab.com/tile-os/iso-builder && cd iso-builder -Configure the channel in the etc/terraform.conf (dev, stable). -Configure desktop by export DESKTOP variable. May be a river or sway. +Configure the channel in the etc/terraform.conf (`dev`, `stable`). +Configure desktop by export `DESKTOP` variable. May be a `river` or `sway`. Run the build for Sway: @@ -22,10 +22,4 @@ Run the build for Sway: debian:latest \ /bin/bash -s etc/terraform.conf < build.sh -When done, your image will be in the builds folder. - - - -## Further Information - -More information about the concepts behind `live-build` and the technical decisions made to arrive at this set of tools to build an .iso can be found [on the wiki](https://github.com/elementary/os/wiki/Building-iso-Images). +When done, your image will be in the `builds` folder.