Add "Hash" key name mapped to "#"; Don't use ";" as a comment character
[tig] / INSTALL
CommitLineData
f4657f00
JF
1Installation instructions
2-------------------------
3
4Download a tarball from http://jonas.nitro.dk/tig/releases[] or clone the tig
5repository http://jonas.nitro.dk/tig/tig.git[]. Documentation files are
6available either in the tarballs or in the above repository in the branch named
7'release'.
8
9To install tig simply run:
10
11 $ make install
12
13To install documentation run:
14
15 $ make install-docs
16
17The following tools and packages are needed:
18
19`-------------------------------`----------------------------------------------
20Tool Description
21-------------------------------------------------------------------------------
22git-core Tig is just a frontend for git.
23ncurses Be sure to also have development files \
24 installed. Usually they are available in a
25 separate package ending with `-dev`.
26asciidoc (>= 7.0), xmlto For building documentation. (Optional)
27-------------------------------------------------------------------------------