@@ -24,7 +24,7 @@ or ``tt``. The possible values of ``PROGRAM_NAME`` are:
2424Additionally, ``tt install `` can build open source programs ``tarantool `` and ``tt ``
2525from a specific commit or a pull request on their GitHub repositories.
2626
27- To uninstall a Tarantool or ``tt `` version, use :doc : `tt uninstall <uninstall >`.
27+ To uninstall a Tarantool or ``tt `` version, use :ref : `tt uninstall <tt- uninstall >`.
2828
2929Options
3030-------
@@ -62,8 +62,9 @@ Details
6262-------
6363
6464When called without an explicitly specified version, ``tt install `` installs the
65- latest available version. To check versions available for installation, use
66- :doc: `tt search <search >`.
65+ latest available version. If the version is specified in the incomplete format ``<MAJOR>.<MINOR> ``,
66+ the command installs the latest available patch version in the series.
67+ To check versions available for installation, use :ref: `tt search <tt-search >`.
6768
6869By default, available versions of Tarantool Community Edition and ``tt `` are taken from their git repositories.
6970Their installation includes building from sources, which requires some tools and
@@ -144,6 +145,12 @@ Example
144145
145146 $ tt install tarantool
146147
148+ * Install the latest available patch version of Tarantool CE 3.2 release series:
149+
150+ .. code-block :: console
151+
152+ $ tt install tarantool 3.2
153+
147154 * Install Tarantool 2.11.1 from the local repository:
148155
149156 .. code-block :: console
@@ -172,4 +179,4 @@ Example
172179
173180 .. code-block :: console
174181
175- $ tt install tarantool-dev ~/src/tarantool/build
182+ $ tt install tarantool-dev ~/src/tarantool/build
0 commit comments