git clone http://github.com/ctalk/ctalk
If you don't have the git client, you can retrieve the repository from github.com
https://github.com/ctalk/ctalk.git
The most recent Ctalk package is in the, release, or, master, branch. Changes for the next release are in the proposed branch. After cloning the repository, you can retrieve the latest updates by typing,
git pull origin release
or
git pull origin proposed
That means changes for new releases will be available for review and testing much more quickly - hopefully within a few days after committing the changes on the development machines.