diff --git a/DEPLOYING b/DEPLOYING new file mode 100644 index 0000000..3b91dc3 --- /dev/null +++ b/DEPLOYING @@ -0,0 +1,12 @@ += Deploying a new Ruby Koans ZIP file + +The "Download" button on the rubykoans.com web-site points to the +download/rubykoans.zip file in the github repository. So to update the +download target on the web-site, just rebuild the .zip file, commit +and push the changes. + + rake package + git add download + git push + +That's it. \ No newline at end of file