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 /README | |
parent | 5f2160451116bf2926be32c772c14aa2560c41b0 (diff) | |
download | leo-34cc5d8169b0b18ebf5dfaa8fc3b9e5323f93235.tar.gz |
Add additional information in README
Diffstat (limited to 'README')
-rw-r--r-- | README | 3 |
1 files changed, 3 insertions, 0 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 │ |