Update doc/GIT.txt
This commit is contained in:
parent
d587926eb0
commit
6cb90f399d
13
doc/GIT.txt
13
doc/GIT.txt
|
@ -1,10 +1,18 @@
|
||||||
|
|
||||||
ngIRCd - Next Generation IRC Server
|
ngIRCd - Next Generation IRC Server
|
||||||
|
http://ngircd.barton.de/
|
||||||
|
|
||||||
|
(c)2001-2011 Alexander Barton and Contributors.
|
||||||
|
ngIRCd is free software and published under the
|
||||||
|
terms of the GNU General Public License.
|
||||||
|
|
||||||
-- GIT.txt --
|
-- GIT.txt --
|
||||||
|
|
||||||
|
|
||||||
The source code of ngIRCd is maintained using git, the stupid content
|
The source code of ngIRCd is maintained using git, the stupid content
|
||||||
tracker.
|
tracker.
|
||||||
|
|
||||||
|
|
||||||
I. Getting the source code
|
I. Getting the source code
|
||||||
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~~~~~~~~~~
|
||||||
To access the source tree anonymously, run:
|
To access the source tree anonymously, run:
|
||||||
|
@ -20,7 +28,8 @@ git commands will be executed from within this directory in the future.
|
||||||
Please note: When checking out a fresh copy of ngIRCd using git, the
|
Please note: When checking out a fresh copy of ngIRCd using git, the
|
||||||
configure script doesn't exist; you have to run the autogen.sh shell script
|
configure script doesn't exist; you have to run the autogen.sh shell script
|
||||||
(which is included in the source tree) to generate it. This requires you to
|
(which is included in the source tree) to generate it. This requires you to
|
||||||
have GNU automake and GNU autoconf installed on your system.
|
have GNU automake and GNU autoconf installed on your system. Please see the
|
||||||
|
file INSTALL for details!
|
||||||
|
|
||||||
To update the git tree:
|
To update the git tree:
|
||||||
|
|
||||||
|
@ -28,6 +37,7 @@ To update the git tree:
|
||||||
|
|
||||||
This retrieves all changes and merges them into the current branch.
|
This retrieves all changes and merges them into the current branch.
|
||||||
|
|
||||||
|
|
||||||
II. Contributing
|
II. Contributing
|
||||||
~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~
|
||||||
|
|
||||||
|
@ -42,4 +52,3 @@ III. Write Access
|
||||||
~~~~~~~~~~~~~~~~~
|
~~~~~~~~~~~~~~~~~
|
||||||
If you want to contribute a couple of patches and write access to the git
|
If you want to contribute a couple of patches and write access to the git
|
||||||
repository would be handy, please contact Alex Barton, <alex@barton.de>.
|
repository would be handy, please contact Alex Barton, <alex@barton.de>.
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue