git ssb

0+

cel / dillo-dat



Commit ad86f1213157422a7a3cd4b51bf503e6578bb446

update install instructions

cel committed on 7/15/2017, 8:44:49 PM
Parent: 6b03ce0114b8fe5962fd9fc588cf8e0969892366

Files changed

readme.mdchanged
readme.mdView
@@ -9,12 +9,13 @@
99 cd dillo-dat
1010 npm install
1111 mkdir -p ~/.dillo/dpi/dat
1212 ln -rs dat.dpi ~/.dillo/dpi/dat
13 +test -f ~/.dillo/dpidrc || cp /etc/dillo/dpidrc ~/.dillo/dpidrc
14 +echo 'proto.dat=dat/dat.dpi' >> ~/.dillo/dpidrc
15 +dpidc stop
1316 ```
1417
15-Then, if you are running dillo, run `dpidc stop`.
16-
1718 # Usage
1819
1920 Navigate to `dat://` URLs in dillo like any other URLs.
2021

Built with git-ssb-web