about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAndinus <andinus@nand.sh>2020-10-14 21:07:14 +0530
committerAndinus <andinus@nand.sh>2020-10-14 21:07:14 +0530
commit34cc5d8169b0b18ebf5dfaa8fc3b9e5323f93235 (patch)
treefaaaf99cfedb22dcea4903d7b22ad2e72784d90d
parent5f2160451116bf2926be32c772c14aa2560c41b0 (diff)
downloadleo-34cc5d8169b0b18ebf5dfaa8fc3b9e5323f93235.tar.gz
Add additional information in README
-rw-r--r--README3
-rwxr-xr-xleo.pl3
2 files changed, 4 insertions, 2 deletions
diff --git a/README b/README
index 4347a9b..a9532ae 100644
--- a/README
+++ b/README
@@ -39,6 +39,9 @@ pre-defined list. It can encrypt/sign files with gpg2(1).
   │ git clone https://git.tilde.institute/andinus/leo && \
   │     cd leo

+  │ # Install dependencies with cpanm.
+  │ cpanm --installdeps .
+  │
   │ # Copy the config.
   │ cp share/leo.conf $HOME/.config/leo.conf

diff --git a/leo.pl b/leo.pl
index 4b05e94..f079419 100755
--- a/leo.pl
+++ b/leo.pl
@@ -165,8 +165,7 @@ Profile:};
         print "        $_\n" foreach $profile{$prof}{backup}->@*;
         print "\n";
     }
-    print qq{
-Options:
+    print qq{Options:
     --encrypt };
     print "[Enabled]" if $options{encrypt};
     print qq{