From 8a32c4d1f683d7e4c075024c9f6472b917d2cdc9 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Sun, 3 May 2020 19:49:30 +0200 Subject: README: Installation without root --- README.md | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) (limited to 'README.md') diff --git a/README.md b/README.md index 2015f90..86b8680 100644 --- a/README.md +++ b/README.md @@ -26,8 +26,8 @@ can run `efa-m --version` to verify this. Documentation is available via [lib.finalrewind.org/deb](https://lib.finalrewind.org/deb) provides Debian packages of both development and release versions. Note that these are not part -of the official Debian repository and are thus not covered by its quality -assurance process. +of the official Debian repository and are not covered by its quality assurance +process. To install the latest release, run: @@ -119,6 +119,22 @@ If you are using the Git repository, use the following commands: sudo ./Build install ``` +If you do not have superuser rights or do not want to perform a system-wide +installation, you may leave out `Build install` and use **efa-m** from the +current working directory. + +With carton: + +``` +carton exec efa-m --version +``` + +Otherwise (also works with carton): + +``` +perl -Ilocal/lib/perl5 -Ilib bin/efa-m --version +``` + ### Running efa-m via Docker An efa-m image is available on Docker Hub. It is intended for testing purposes: -- cgit v1.2.3