Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
do-know authored Oct 31, 2019
1 parent c561277 commit ecb4dd2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,8 +54,6 @@ With Linux systems there are just 3 essential things which should be in place fo

- For Debian/Ubuntu server installation: `sudo apt-get install make gcc libssl-dev`

Usually that should be enough. However, there might be some rare cases where installation fails - for example on a freshly installed Debian 10 (buster) you may see an error for Net::SSLeay. This can be fixed by running `sudo apt-get install libnet-ssleay-perl`.

#### For Windows

_With Windows there are no specific requirements at all and *you don't have to install anything* if you want to use [Windows binaries](https://github.com/do-know/Crypt-LE/releases) - self-sufficient and portable. Otherwise you just need to install Perl (see below)._
Expand Down Expand Up @@ -90,6 +88,8 @@ Please note that for Windows you can just download portable **[Win32/Win64 binar
cpanm -f Log::Log4perl
cpanm Crypt::LE

Note: there might be some rare cases where installation fails on Linux - for example on a freshly installed Debian 10 (buster) you may see an error for Net::SSLeay. This can be fixed by running `sudo apt-get install libnet-ssleay-perl`.

See https://zerossl.com/installation.html for more details.

### CLIENT
Expand Down

0 comments on commit ecb4dd2

Please sign in to comment.