diff options
author | Andinus <andinus@nand.sh> | 2020-10-14 21:07:14 +0530 |
---|---|---|
committer | Andinus <andinus@nand.sh> | 2020-10-14 21:07:14 +0530 |
commit | 34cc5d8169b0b18ebf5dfaa8fc3b9e5323f93235 (patch) | |
tree | faaaf99cfedb22dcea4903d7b22ad2e72784d90d | |
parent | 5f2160451116bf2926be32c772c14aa2560c41b0 (diff) | |
download | leo-34cc5d8169b0b18ebf5dfaa8fc3b9e5323f93235.tar.gz |
Add additional information in README
-rw-r--r-- | README | 3 | ||||
-rwxr-xr-x | leo.pl | 3 |
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{ |