Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
peter-evans committed Jun 14, 2018
1 parent d4a2f98 commit c32fe15
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ This implementation doesn't currently support the v1 protocol. However, please n
## Installation

This Lua module depends on the [Sodium crypto library (libsodium)](https://github.com/jedisct1/libsodium).
See [libsodium's documentation](https://download.libsodium.org/doc/installation/) for installation instructions.
The following is a convenient way to install libsodium via LuaRocks.
I don't necessarily recommend this for production use. Please see [libsodium's documentation](https://download.libsodium.org/doc/installation/) for full installation instructions.
```
luarocks install libsodium
```

Then install PASETO:
```
luarocks install paseto
```
Expand Down

0 comments on commit c32fe15

Please sign in to comment.