Add 'Peers' message support
[VCS-Git-Torrent.git] / README
blobf72a16ce053a8794c70867613bedcbe7d2622973
1 README for VCS::Git::Torrent 0.01
2 ---------------------------------
3 This module is intended to be a reference implementation of the
4 GitTorrent Protocol version 0.1 (GTP/0.1).  It is still however
5 incomplete.
7 INSTALLATION
8 ------------
9 To install this module, run the usual:
11   perl Makefile.PL
12   make
13   make test
14   sudo make install
16 UNIX systems without 'sudo' typically respond to:
18   su root -c "make install"
20 You can install most CPAN modules to your home directory, without sudo
21 access, with:
23   make install PREFIX=~/perl
25 Windows users can probably just run 'make install'
27 LICENSE
28 -------
29 This module is released under the GPLv3 only, not the regular Perl/GPL
30 disjuction.