git ssb

0+

alanz / patchwork



forked from Matt McKegg / patchwork

Commit 2017c4f8ecd160fdc386b105ffbb982095e5ea5a

readme: add screenshot

closes #5
Matt McKegg committed on 3/4/2017, 6:46:53 AM
Parent: 035a02269bf6fd845a8c6df96877f0db9aa9649f

Files changed

README.mdchanged
screenshot.jpgadded
README.mdView
@@ -4,8 +4,10 @@
44 A work-in-progress remake of [Patchwork](https://github.com/ssbc/patchwork) using [patchcore](https://github.com/ssbc/patchcore) and UX/ideas from [ferment](https://github.com/mmckegg/ferment).
55
66 The goal is to make a standalone, easy to install, "social" view into the ssb world.
77
8+![](screenshot.jpg)
9+
810 ## Install and run
911
1012 ```shell
1113 $ git clone https://github.com/mmckegg/patchwork-next
@@ -13,9 +15,9 @@
1315 $ npm install
1416 $ npm start
1517 ```
1618
17-On linux you'll need some more dependencies for the spell-checker. On debian:
19+On linux you'll need some more dependencies for the spell-checker. On debian:
1820
1921 ```sh
2022 sudo apt-get install libxext-dev libxtst-dev libxkbfile-dev
2123 ```
screenshot.jpg
screenshot.jpg

Built with git-ssb-web