Getting the Code

The source code for pachuco is hosted in a git repository on github. You can browse the code on github, but you will need git to download it. (You should get git anyway — it's good. Packages for git are available for all major Linux distributions, and it's in FreeBSD ports.)

Once you have git, you can download the source code by cloning the repository from github:

$ git clone git://github.com/dpw/pachuco.git
Initialized empty Git repository in /tmp/pachuco/.git/
remote: Counting objects: 1626, done.
remote: Compressing objects: 100% (688/688), done.
remote: Total 1626 (delta 1050), reused 1432 (delta 924)
Receiving objects: 100% (1626/1626), 2.81 MiB | 127 KiB/s, done.
Resolving deltas: 100% (1050/1050), done.
$ cd pachuco

Now you are ready to follow the instructions on the Getting Started page.