comparison README.markdown @ 3:fc4a778325d4

Fixed links in README.
author Ludovic Chabant <ludovic@chabant.com>
date Thu, 08 Dec 2011 13:04:08 -0800
parents c9eb66aff5cb
children c3958d29878e
comparison
equal deleted inserted replaced
2:c9eb66aff5cb 3:fc4a778325d4
1 1
2 Lawrencium 2 Lawrencium
3 ========== 3 ==========
4 4
5 Lawrencium is a [Mercurial] wrapper for [Vim], inspired by Tim Pope's [Fugitive]. 5 Lawrencium is a [Mercurial][] wrapper for [Vim][], inspired by Tim Pope's [Fugitive][].
6 6
7 7
8 Disclaimer 8 Disclaimer
9 ---------- 9 ----------
10 10
12 12
13 13
14 Installation 14 Installation
15 ------------ 15 ------------
16 16
17 The recommended method to install Lawrencium is to use [Pathogen], also from Tim Pope: 17 The recommended method to install Lawrencium is to use [Pathogen][], also from Tim Pope:
18 18
19 cd ~/.vim/bundle 19 cd ~/.vim/bundle
20 hg clone https://bitbucket.org/ludovicchabant/lawrencium 20 hg clone https://bitbucket.org/ludovicchabant/lawrencium
21 21
22 You can then update the help tags with `:call pathogen#helptags()` and browse Lawrencium's help pages with `:help lawrencium`. 22 You can then update the help tags with `:call pathogen#helptags()` and browse Lawrencium's help pages with `:help lawrencium`.