From 51ffd2c5409cefe64a103dd401fe1bddc9e03194 Mon Sep 17 00:00:00 2001 From: Rodrigo Arias Mallo Date: Sun, 4 Feb 2024 22:27:11 +0100 Subject: Update README.md --- README.md | 30 ++++++++++++++---------------- 1 file changed, 14 insertions(+), 16 deletions(-) diff --git a/README.md b/README.md index a18e9ab..c28d8fc 100644 --- a/README.md +++ b/README.md @@ -1,33 +1,31 @@ -# dillo-ipfs +# IPFS plugin for Dillo Connect to [IPFS][] sites in [Dillo][]. -# Install - -```sh -git clone ssb://%C35b+MlZ/y5TT1e7SG66eNKEIdX5DRl9PRUxbhvO89k=.sha256 dillo-ipfs -cd dillo-ipfs -go build ./ipfs.dpi.go -mkdir -p ~/.dillo/dpi/ipfs -ln -rs ipfs.dpi ~/.dillo/dpi/ipfs -test -f ~/.dillo/dpidrc || cp /etc/dillo/dpidrc ~/.dillo/dpidrc -echo 'proto.ipfs=ipfs/ipfs.dpi' >> ~/.dillo/dpidrc -echo 'proto.ipns=ipfs/ipfs.dpi' >> ~/.dillo/dpidrc -dpidc stop +Created by [Charles E. Lehner](https://celehner.com/) along with other +[Dillo plugins](https://celehner.com/projects.html#dillo-plugins). + +## Installation + +To install the plugin use: + +``` +$ make install ``` -# Usage +## Usage -Navigate to `ipfs://` and `ipns://` URLs in dillo like any other URLs. +Navigate to `ipfs://` and `ipns://` URLs in Dillo like any other URLs. Examples: +- - - You will need a local `ipfs daemon` running on port 8080. [IPFS]: https://ipfs.io/ -[Dillo]: https://dillo.org/ +[Dillo]: https://dillo-browser.github.io/ ## License -- cgit v1.2.3