Merge branch 'master' of git.hatter.ink:hatter/oss-backupd

This commit is contained in:
2019-12-25 01:02:15 +08:00

View File

@@ -27,4 +27,14 @@ PGP in Rust:
**keys.openpgp.org** uses: Sequoia-PGP ( https://sequoia-pgp.org/ )
<br>
On Linux:
```
git clone https://git.lysator.liu.se/nettle/nettle
cd nettle
./.bootstrap
./configure
make
sudo make install
```