From 06125b4f07095535a85e9a7d4412549dab361d1b Mon Sep 17 00:00:00 2001 From: Sunderland93 Date: Sun, 12 Nov 2023 17:25:04 +0400 Subject: [PATCH] Update README --- README.md | 14 ++++---------- 1 file changed, 4 insertions(+), 10 deletions(-) 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.