##// END OF EJS Templates
inno: correct the path display in a literal block of the readme...
Matt Harbison -
r42813:8f7c3f43 default
parent child Browse files
Show More
@@ -32,7 +32,7 b' From the prompt, change to the Mercurial'
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
General Comments 0
You need to be logged in to leave comments. Login now