@@ -39,6 +39,9 @@ <h1><a href="/2025/03/05/installing-rex/">Installing Rex</a></h1>
3939 < aside >
4040 < time datetime ="2025-03-05 " title ="published ">
4141 🗓 2025-03-05
42+ </ time >
43+ < time datetime ="2025-03-31 " title ="last update ">
44+ 🔄 2025-03-31
4245 </ time >
4346 < a href ="/tag/rex/ "> #rex</ a >
4447 </ aside >
@@ -76,7 +79,9 @@ <h2 id="install-from-cpan"><a href="#install-from-cpan">Install from CPAN</a></h
7679
7780< p > For these reasons, we recommend to install the latest stable Rex version from
7881there. This approach ensures using Rex versions in the same way we expect Rex
79- to get installed.</ p >
82+ to get installed. Users may need to manually copy some auxiliary files, like
83+ shell completion files, to the proper directory of their given environment,
84+ though.</ p >
8085
8186< p > On top of stable releases, we also upload trial versions to CPAN during
8287development to provide early access, and to gain insights from < a href ="https://fast2-matrix.cpantesters.org/?dist=Rex "> CPAN
@@ -112,7 +117,8 @@ <h2 id="use-package-managers"><a href="#use-package-managers">Use package manage
112117
113118< p > It provides a convenient way to install Rex system-wide through native package
114119management tools in a way deemed appropriate for proper integration into the
115- given operating system.</ p >
120+ given operating system – including for example shell completion files copied to
121+ proper directories.</ p >
116122
117123< p > This integration means package maintainers may decide to apply patches, use
118124different set of dependencies, or offer different testing options in a way
0 commit comments