branch: externals/vc-hgcmd
commit ee90dea31dad514b80ad4504779a01469d8607b6
Author: Andrii Kolomoiets <[email protected]>
Commit: GitHub <[email protected]>
Installation notes markup
---
README.md | 8 ++++++--
1 file changed, 6 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
index 627c266..f9f40f6 100644
--- a/README.md
+++ b/README.md
@@ -93,12 +93,16 @@ It is possible to answer to hg questions, e.g. pick action
during merge
## Installation
+### 1. Install package
+
`vc-hgcmd` available on [MELPA](http://melpa.org):
<kbd>M-x</kbd> `package-install` <kbd>RET</kbd> `vc-hgcmd` <kbd>RET</kbd>.
-Alternatively, you can download `vc-hgcmd.el` and run:
+Alternatively, download `vc-hgcmd.el` and run:
<kbd>M-x</kbd> `package-install-file` <kbd>RET</kbd> `<path-to-vc-hgcmd-el>`
<kbd>RET</kbd>
-Also you need to add `Hgcmd` to `vc-handled-backends` before or instead `Hg`.
+### 2. Enable `Hgcmd` backend
+
+Add `Hgcmd` to `vc-handled-backends` before or instead `Hg`.