From: mara004 Date: Mon, 8 Jan 2024 23:42:56 +0000 (+0100) Subject: readme: fix displaying issue of command (#113719) X-Git-Tag: v3.13.0a3~142 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0b2340263172ad0fdd95aed6266496b7f4db4de3;p=thirdparty%2FPython%2Fcpython.git readme: fix displaying issue of command (#113719) Avoid line break in command as this causes displaying issues on GH. --- diff --git a/README.rst b/README.rst index 4c8602c97ac8..9343c830ce1f 100644 --- a/README.rst +++ b/README.rst @@ -206,8 +206,8 @@ directories installed using ``make altinstall`` contain the major and minor version and can thus live side-by-side. ``make install`` also creates ``${prefix}/bin/python3`` which refers to ``${prefix}/bin/python3.X``. If you intend to install multiple versions using the same prefix you must decide which -version (if any) is your "primary" version. Install that version using ``make -install``. Install all other versions using ``make altinstall``. +version (if any) is your "primary" version. Install that version using +``make install``. Install all other versions using ``make altinstall``. For example, if you want to install Python 2.7, 3.6, and 3.13 with 3.13 being the primary version, you would execute ``make install`` in your 3.13 build directory