docs/wiki/installation/index.mdown @ e35a2b4aa170

Fix line-wrapping in the docs.
author Steve Losh <steve@stevelosh.com>
date Fri, 08 Jan 2010 20:15:02 -0500
parents 187b25ff6e1a
children 0b2242d65b92
Installation
============

Installing `hg-prompt` requires [Python][] 2.5+ and (obviously) Mercurial.

[Python]: http://python.org/

First, clone the repository:

    :::console
    $ hg clone http://bitbucket.org/sjl/

Edit the `[extensions]` section in your `~/.hgrc` file:

    :::cfg
    [extensions]
    prompt = (path to)/prompt.py

Make sure everything is working:

    :::console
    $ hg prompt 'test'
    test

Take a look at the [Quick Start][] guide to learn how to put some useful
information into your shell prompt.

[Quick Start]: /quickstart/