diff --git a/.gitignore b/.gitignore index 5222d7d4c85f347585ad686c52f52cee2db1ed35..3212ff320d74e488c6d3c99f5973776c09ca71bd 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,4 @@ cache/* chroot/* .build/* +*~ diff --git a/README.md b/README.md index 0f762eb080f27532a608334c02b39be1217bd286..3ac3c91a7fe774d59b5189f809142d39cd41f97e 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,12 @@ ## Trisquel builder config -This is a work in progress. If you want to try it, run `lb build` as root. +This is a work in progress. + +### Running the Builder on Your Machine + + * sudo apt-get install git live-build + * git clone https://devel.trisquel.info/aklis/live-config.git + * cd live-config && sudo lb build + +### Documentation +Full documentation of `live-build` can be found at [https://debian-live.alioth.debian.org/live-manual/stable/manual/html/live-manual.en.html](https://debian-live.alioth.debian.org/live-manual/stable/manual/html/live-manual.en.html) \ No newline at end of file