3 files changed, 19 insertions(+), 24 deletions(-)
D README
A README.md
R bake => build
D README => README +0 -24
@@ 1,24 0,0 @@
-stagal
-======
-
-Stagal is a simple static html gallery generator.
-
-build
------
-
-Run the ./bake script.
-
-usage
------
-
-./stagal [ -c style.css ] images
-
-planned features
-----------------
-
-* miniatures
-
-license
--------
-
-public domain
A README.md => README.md +19 -0
@@ 0,0 1,19 @@
+# stagal
+
+Stagal is a simple static html gallery generator.
+
+## build
+
+Run the `./build` script.
+
+## usage
+
+`$ stagal [ -c style.css ] images`
+
+## planned features
+
+* miniatures
+
+## license
+
+public domain
R bake => build +0 -0