Update README
This commit is contained in:
parent
8654d8b8c8
commit
06125b4f07
1 changed files with 4 additions and 10 deletions
14
README.md
14
README.md
|
@ -8,10 +8,10 @@ The following example uses Docker and assumes you have Docker correctly installe
|
||||||
|
|
||||||
Clone this project & cd into it:
|
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 the channel in the etc/terraform.conf (`dev`, `stable`).
|
||||||
Configure desktop by export DESKTOP variable. May be a river or sway.
|
Configure desktop by export `DESKTOP` variable. May be a `river` or `sway`.
|
||||||
|
|
||||||
Run the build for Sway:
|
Run the build for Sway:
|
||||||
|
|
||||||
|
@ -22,10 +22,4 @@ Run the build for Sway:
|
||||||
debian:latest \
|
debian:latest \
|
||||||
/bin/bash -s etc/terraform.conf < build.sh
|
/bin/bash -s etc/terraform.conf < build.sh
|
||||||
|
|
||||||
When done, your image will be in the builds folder.
|
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).
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue