summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-05-03 19:49:30 +0200
committerDaniel Friesel <derf@finalrewind.org>2020-05-03 19:49:30 +0200
commit8a32c4d1f683d7e4c075024c9f6472b917d2cdc9 (patch)
tree15c230b166b77951f94dd523657703419195c9b7
parent478e78301f57481931a6131ea67b817aa1201aac (diff)
README: Installation without root
-rw-r--r--README.md20
1 files changed, 18 insertions, 2 deletions
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: