Instructions for Luke

If you want to use the source then something along the lines of

hg clone http://www.trash-media.de/hg/share/ YourDirectoryOfChoice

will get you a copy of everything. This requires Mercurial which is the version control software I happen to like. SVN smells...;]] There are more repositories to be found at http://www.trash-media.de/hg/, go on, have a look!

If you made a change you consider worth sharing there are a few options of how to do that. First you will have to commit your changes!

hg commit -m "My fabulous changes"

will do just that, attaching the message "My fabulous changes" to your set of changes, it will also record date, who you are etc for you.

Now you have the following options(in descending order of effort):

Any questions? No? Good, let's roll!

UseTheSource (last edited 2008-03-27 13:54:17 by localhost)