summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Friesel <derf@finalrewind.org>2020-06-26 16:56:51 +0200
committerDaniel Friesel <derf@finalrewind.org>2020-06-26 16:56:51 +0200
commitaa90edb11ca8fb9b0e4d0caee6b1cc35ff7d745f (patch)
treef3458c71d27f3ff8441bc4b01eabe8f0622d6850
parent50ada4f4b85eab798f0504258168e651c9faec04 (diff)
README: Build.PL needs PERL5LIB to be set
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 28a4e8a..b9ddd5c 100644
--- a/README.md
+++ b/README.md
@@ -51,10 +51,11 @@ or
cpanm -n --installdeps .
```
-Next, you need to build App::VRR::Fakedisplay, which is required for the lED
+Next, you need to build App::VRR::Fakedisplay, which is required for the LED
frontend and shipped with vrr-fakedisplay.
```
+export PERL5LIB=local/lib/perl5
perl Build.PL
./Build
./Build manifest