Skip to content

Commit

Permalink
Add SSL installation help
Browse files Browse the repository at this point in the history
Change-Id: Icccefed0a172ee5570b2ca37102ba483453cc79f
  • Loading branch information
Akron committed Mar 11, 2024
1 parent 2be5af0 commit 9463954
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,13 @@ You may change that endpoint to the KorAP API provider in the configuration
(see [Kustvakt](https://github.com/KorAP/Kustvakt) for further information)
or by using the environment variable `KALAMAR_API`.

If the endpoint is remote and requires SSL support, like the default endpoint,
you have to install SSL support in addition:

```
$ cpanm IO::Socket::SSL
```

## Updates

To update Kalamar, just run
Expand Down

0 comments on commit 9463954

Please sign in to comment.