commit c9fb62f12a41750e7e933d360460bf1cf51cf213
parent 884a8820565ccfed7e7b67cfcddf6fe32728f0e2
Author: Morel Bérenger <berengermorel76@gmail.com>
Date:   Wed, 29 Jul 2020 08:37:02 +0200
README improvements
Diffstat:
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/README b/README
@@ -2,7 +2,7 @@ This repo aims to build a small personnal distro based on Debian.
 
 It targets powerusers. If you don't know how to script, don't use this.
 
-Main goals:
+== Main goals
 
 * based on runit-init + busybox;
 * code maintainable by a small group of persons;
@@ -11,14 +11,14 @@ Main goals:
 * POSIX portable binaries as much as possible;
 * read-only root;
 
-Non goals:
+== Non goals
 
 * package everything;
 * being generic;
 * being lightweight (but it might be the result of real goals);
 
-Dependencies:
+== Dependencies
 
 * busybox
 * debootstrap
-* xorriso
+* xorriso (if willing to build an iso)