diff --git a/README.md b/README.md index 8056825..17d7fb5 100644 --- a/README.md +++ b/README.md @@ -27,4 +27,14 @@ PGP in Rust: **keys.openpgp.org** uses: Sequoia-PGP ( https://sequoia-pgp.org/ ) +
+On Linux: +``` +git clone https://git.lysator.liu.se/nettle/nettle +cd nettle +./.bootstrap +./configure +make +sudo make install +```