]> git.madduck.net Git - code/vcsh.git/blob - INSTALL.md

madduck's git repository

Every one of the projects in this repository is available at the canonical URL git://git.madduck.net/madduck/pub/<projectpath> — see each project's metadata for the exact URL.

All patches and comments are welcome. Please squash your changes to logical commits before using git-format-patch and git-send-email to patches@git.madduck.net. If you'd read over the Git project's submission guidelines and adhered to them, I'd be especially grateful.

SSH access, as well as push access can be individually arranged.

If you use my repositories frequently, consider adding the following snippet to ~/.gitconfig and using the third clone URL listed for each project:

[url "git://git.madduck.net/madduck/"]
  insteadOf = madduck:

Remove extraneous space in getopt call
[code/vcsh.git] / INSTALL.md
1 # Pre-requisites #
2
3 If you want to build the manpage, you will need ronn. Newer versions of Debian come with a package:
4
5     apt-get install ruby-ronn
6
7
8 # Installing #
9
10     sudo make install
11
12
13 # Uninstalling #
14
15     sudo make uninstall
16
17 There is another, more thorough, version. Just make sure you are not running this when you have installed to an important directory which is empty, otherwise.
18
19 **THIS WILL DELETE /usr/local IF YOU INSTALLED THERE AND IT'S EMPTY, OTHERWISE**
20
21     sudo make purge
22
23 **THIS WILL DELETE /usr/local IF YOU INSTALLED THERE AND IT'S EMPTY, OTHERWISE**
24
25 This is not in the default behaviour of `make uninstall` for obvious reasons.
26
27
28 # Other stuff #
29
30 To clean up the generated manpage, run
31
32     make clean
33
34 and if you are bored, I suggest
35
36     make moo