Skip to content

Show other examples of installation of Rex #1642

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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):
Expand Down
Loading