git ssb

3+

ev / sdash



Commit 2b371bcb39de8ceb47b4c6c5ebc566bed524e040

update readme with configuration instructions

Ev Bogue committed on 9/7/2016, 5:13:55 PM
Parent: 6ee08c886d159cf6ec378309b83e8df76e5b24d9

Files changed

readme.mdchanged
readme.mdView
@@ -29,7 +29,13 @@
2929 cd sdash
3030 npm install
3131 node index
3232 ```
33-
3433 and navigate to [http://localhost:7000](http://localhost:7000)
3534
35 +### Configure
36 +
37 +To show your own sdash page, replace `var me = '@8Qee0I/DwI5DHSCi3p5fsl6FyLGArrnDz3ox9qZr5Qc=.ed25519';` in `index.js` with your own public key
38 +
39 +To pin a post use the sbot command line `sbot publish --type pin --link '<key>'`
40 +
41 +

Built with git-ssb-web