##// END OF EJS Templates
README: make paragraphs before example code end with "::" for reST syntax...
FUJIWARA Katsunori -
r33620:76b17120 stable
parent child Browse files
Show More
@@ -4,14 +4,14 b' Mercurial'
4 4 Mercurial is a fast, easy to use, distributed revision control tool
5 5 for software developers.
6 6
7 Basic install:
7 Basic install::
8 8
9 9 $ make # see install targets
10 10 $ make install # do a system-wide install
11 11 $ hg debuginstall # sanity-check setup
12 12 $ hg # see help
13 13
14 Running without installing:
14 Running without installing::
15 15
16 16 $ make local # build for inplace usage
17 17 $ ./hg --version # should show the latest version
General Comments 0
You need to be logged in to leave comments. Login now