summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 12 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..eccaf5b
--- /dev/null
+++ b/README
@@ -0,0 +1,12 @@
+To create black- and white- versions of logo:
+
+ $ cd assets/images
+ $ ./polyguin.sh
+
+To generate HTML bundle for upload to web server:
+
+ $ make site
+
+Upload html.tgz to the server and unpack, then delete html.tgz.
+
+Imagemagick is required to convert the PSD files into .webm (or other) formats.