Skip to content
This repository has been archived by the owner on Feb 2, 2020. It is now read-only.

Commit

Permalink
fixed install instructions and added license (wtfpl)
Browse files Browse the repository at this point in the history
  • Loading branch information
sr committed Nov 3, 2008
1 parent e2cd6a3 commit 63bc914
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions README.markdown
Expand Up @@ -9,12 +9,27 @@ Install

cd ~/web/example.org
thor install http://github.com/sr/statig/statig.rb?raw=true
wget http://github.com/sr/statig/statig.sample.yml.rb?raw=true
cp statig.sample.yml config.yml
echo "thor statig:build ../.." >> .git/hooks/post-commit
echo "thor statig:build ." >> .git/hooks/post-commit

Usage
-----

$EDITOR somepage.textile
git commit -a -m "some commit message"
git commit -a -m "created somepage"

License
-------

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
Version 2, December 2004

Copyright (C) 2008 Simon Rozet <simon@rozet.name>
Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE
TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION

0. You just DO WHAT THE FUCK YOU WANT TO.

0 comments on commit 63bc914

Please sign in to comment.