From 87f33a2e2a575b0a4c7fe092c694357710b225cb Mon Sep 17 00:00:00 2001 From: brian d foy Date: Fri, 7 Mar 2025 13:47:18 -0500 Subject: [PATCH] Show other examples of installation of Rex --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/README.md b/README.md index 8fd02b342..59eb5e382 100644 --- a/README.md +++ b/README.md @@ -31,6 +31,21 @@ We have a [Getting started guide](https://www.rexify.org/docs/guides/start_using There are several methods to install (R)?ex: use your distro's package manager, download it from CPAN or build it from source. Check out the [Get Rex](https://www.rexify.org/get/index.html) page on the website for the different options, and choose the one that fits you best. +### Install from CPAN + +You can use either `cpan` (comes with perl) or [cpanm](https://metacpan.org/pod/App::cpanminus): + + cpanm Rex + +### Install from a package + +Find the right package to install for your system from the list at [Repology](https://repology.org/project/rex-automation-framework/versions). + +For example, for Ubuntu: + + apt-get update + apt-get install rex + ### Build from source To build (R)?ex from source, you need to install [Dist::Zilla](https://metacpan.org/pod/Dist::Zilla):