##// END OF EJS Templates
docs: use proper rst markup for preformatted blocks...
Mads Kiilerich -
r50053:363b687b stable
parent child Browse files
Show More
@@ -28,7 +28,8 b' in progress. For more experimental work '
28 28 Checking for Rust
29 29 =================
30 30
31 You may already have the Rust extensions depending on how you install Mercurial.
31 You may already have the Rust extensions depending on how you install
32 Mercurial::
32 33
33 34 $ hg debuginstall | grep -i rust
34 35 checking Rust extensions (installed)
@@ -46,7 +47,7 b' version to use.'
46 47 Using pip
47 48 ---------
48 49
49 Users of `pip` can install the Rust extensions with the following command:
50 Users of `pip` can install the Rust extensions with the following command::
50 51
51 52 $ pip install mercurial --global-option --rust --no-use-pep517
52 53
General Comments 0
You need to be logged in to leave comments. Login now