Mercurial > hg
comparison contrib/packaging/inno/readme.rst @ 42607:8f7c3f43e3ac
inno: correct the path display in a literal block of the readme
Otherwise, the path components allrantogether.
Differential Revision: https://phab.mercurial-scm.org/D6648
author | Matt Harbison <matt_harbison@yahoo.com> |
---|---|
date | Tue, 16 Jul 2019 00:00:17 -0400 |
parents | 7a1433e90482 |
children | 081a77df7bc6 |
comparison
equal
deleted
inserted
replaced
42606:97b03f0e7c7b | 42607:8f7c3f43e3ac |
---|---|
30 | 30 |
31 From the prompt, change to the Mercurial source directory. e.g. | 31 From the prompt, change to the Mercurial source directory. e.g. |
32 ``cd c:\src\hg``. | 32 ``cd c:\src\hg``. |
33 | 33 |
34 Next, invoke ``build.py`` to produce an Inno installer. You will | 34 Next, invoke ``build.py`` to produce an Inno installer. You will |
35 need to supply the path to the Python interpreter to use.: | 35 need to supply the path to the Python interpreter to use.:: |
36 | 36 |
37 $ python3.exe contrib\packaging\inno\build.py \ | 37 $ python3.exe contrib\packaging\inno\build.py \ |
38 --python c:\python27\python.exe | 38 --python c:\python27\python.exe |
39 | 39 |
40 .. note:: | 40 .. note:: |