comparison README.rst @ 34579:1b59287a1cfa

doc: rename README to README.rst Many hosting services consider README without extension as plain text. By using .rst extension, we bring better formatting on many services (e.g. bitbucket).
author David Demelier <markand@malikania.fr>
date Tue, 26 Sep 2017 08:37:17 +0200
parents README@76b171209151
children c5912e35d06d
comparison
equal deleted inserted replaced
34578:794018ed8af0 34579:1b59287a1cfa
1 Mercurial
2 =========
3
4 Mercurial is a fast, easy to use, distributed revision control tool
5 for software developers.
6
7 Basic install::
8
9 $ make # see install targets
10 $ make install # do a system-wide install
11 $ hg debuginstall # sanity-check setup
12 $ hg # see help
13
14 Running without installing::
15
16 $ make local # build for inplace usage
17 $ ./hg --version # should show the latest version
18
19 See https://mercurial-scm.org/ for detailed installation
20 instructions, platform-specific notes, and Mercurial user information.