docs/01-installation.markdown @ 25b0cf6b43f5
Port documentation to d
| author | Steve Losh <steve@stevelosh.com> |
|---|---|
| date | Sun, 19 Jul 2020 11:36:59 -0400 |
| parents | (none) |
| children | (none) |
Installation ============ Installing `hg-prompt` requires [Python][] 2.5+ and (obviously) Mercurial. [Python]: http://python.org/ First, clone the repository: $ hg clone http://bitbucket.org/sjl/hg-prompt/ Edit the `[extensions]` section in your `~/.hgrc` file: [extensions] prompt = (path to)/prompt.py Make sure everything is working: $ 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/