diff options
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -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. |