comparison README @ 33618:76b171209151 stable

README: make paragraphs before example code end with "::" for reST syntax After this patch, README as reST text can be rendered into HTML more appropriately. This is useful for hosting servers, which render README file as a part of index HTML of its directory (for example, Bitbucket).
author FUJIWARA Katsunori <foozy@lares.dti.ne.jp>
date Mon, 31 Jul 2017 21:47:53 +0900
parents 4b0fc75f9403
children
comparison
equal deleted inserted replaced
33617:5ac845ca059a 33618:76b171209151
2 ========= 2 =========
3 3
4 Mercurial is a fast, easy to use, distributed revision control tool 4 Mercurial is a fast, easy to use, distributed revision control tool
5 for software developers. 5 for software developers.
6 6
7 Basic install: 7 Basic install::
8 8
9 $ make # see install targets 9 $ make # see install targets
10 $ make install # do a system-wide install 10 $ make install # do a system-wide install
11 $ hg debuginstall # sanity-check setup 11 $ hg debuginstall # sanity-check setup
12 $ hg # see help 12 $ hg # see help
13 13
14 Running without installing: 14 Running without installing::
15 15
16 $ make local # build for inplace usage 16 $ make local # build for inplace usage
17 $ ./hg --version # should show the latest version 17 $ ./hg --version # should show the latest version
18 18
19 See https://mercurial-scm.org/ for detailed installation 19 See https://mercurial-scm.org/ for detailed installation