diff options
author | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-02-04 23:37:12 +0100 |
---|---|---|
committer | Rodrigo Arias Mallo <rodarima@gmail.com> | 2024-02-04 23:37:12 +0100 |
commit | 49b26cca36ba04ec4e92329589003383c8c439b6 (patch) | |
tree | ed80999d37511c1f91092426a57754a06eb16061 /README.md |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..45ed859 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# Spartan plugin for Dillo + +[Spartan][] protocol plugin for [Dillo][] written in Bash. + + + +To install use: + +```sh +make install +``` + +Some sites to try: + +- <spartan://mozz.us> +- <spartan://tilde.team> +- <spartan://tilde.cafe> + +[Spartan]: https://portal.mozz.us/spartan/spartan.mozz.us/ +[Dillo]: https://dillo-browser.github.io/ + +GPLv3 licensed. |