Update README

This commit is contained in:
Aleksey Samoilov 2023-11-12 17:25:04 +04:00
parent 8654d8b8c8
commit 06125b4f07

View file

@ -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.