Commit ad86f1213157422a7a3cd4b51bf503e6578bb446
update install instructions
cel committed on 7/15/2017, 8:44:49 PMParent: 6b03ce0114b8fe5962fd9fc588cf8e0969892366
Files changed
readme.md | changed |
readme.md | ||
---|---|---|
@@ -9,12 +9,13 @@ | ||
9 | 9 … | cd dillo-dat |
10 | 10 … | npm install |
11 | 11 … | mkdir -p ~/.dillo/dpi/dat |
12 | 12 … | 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 | |
13 | 16 … | ``` |
14 | 17 … | |
15 | -Then, if you are running dillo, run `dpidc stop`. | |
16 | - | |
17 | 18 … | # Usage |
18 | 19 … | |
19 | 20 … | Navigate to `dat://` URLs in dillo like any other URLs. |
20 | 21 … |
Built with git-ssb-web