diff --git a/README.md b/README.md index 845599c..f3e773f 100644 --- a/README.md +++ b/README.md @@ -2,9 +2,24 @@ Zettelkasten application for [Dillo][]. -## Install from [git-ssb][] +## Fetch + +Get the source from one of the repository mirrors... +### from [git-ssb][] ``` git clone ssb://%R1c3tDmS57iZ5G+g4UkLSWQehG/WUVLd1Y9XkTlng8Y=.sha256 dillo-zet +``` +### from Codeberg +``` +git clone https://codeberg.org/cel2/dillo-zet +``` +### from Woodbine +``` +git clone https://git.woodbine.nyc/cel/dillo-zet +``` + +## Build & Install +``` cd dillo-zet make install dpid stop @@ -27,12 +42,16 @@ Notes are stored as plain text files in a `~/.zet` directory. ## Screenshot -![dillo-zet-screenshot-invidious.png](&oLj9GQS8Acb1OJkzjBB/0GySl8/ZycZ0WGc9ptDFxFg=.sha256) +![dillo-zet-screenshot-invidious.png](dillo-zet-screenshot-invidious.png) -[Dillo]: https://www.dillo.org/ -[git-ssb]: %n92DiQh7ietE+R+X/I403LQoyf2DtR3WQfCkDKlheQU=.sha256 +[Dillo]: https://packages.debian.org/stable/dillo +[git-ssb]: https://git.scuttlebot.io/%25n92DiQh7ietE%2BR%2BX%2FI403LQoyf2DtR3WQfCkDKlheQU%3D.sha256 [sundown]: https://github.com/vmg/sundown +## Discuss + +- Secure Scuttlebutt: [%D2YfOXrX2lQkLNHLT6rt3sVrBhDiR8PVa39KoY8MaR4=.sha256](https://viewer.scuttlebot.io/%25D2YfOXrX2lQkLNHLT6rt3sVrBhDiR8PVa39KoY8MaR4%3D.sha256) + ## License Copyright 2020 Charles E. Lehner diff --git a/dillo-zet-screenshot-invidious.png b/dillo-zet-screenshot-invidious.png new file mode 100644 index 0000000..da9ff9a Binary files /dev/null and b/dillo-zet-screenshot-invidious.png differ