git ssb

0+

ev / 0qc



Commit 29b1007fd8c97fe650f2f5eed160497aa7fd643b

tweak readme

Ev Bogue committed on 3/6/2019, 7:12:49 PM
Parent: 231a81f9e0adf80fa3566be93221cf1f5158fcb6

Files changed

readme.mdchanged
readme.mdView
@@ -5,22 +5,12 @@
55 In [mvd](%NPNNvcnTMZUFZSWl/2Z4XX+YSdqsqOhyPacp+lgpQUw=.sha256) I'd been using a few queries per message to grab different things, and each query added additional complexity. Why not simplify by doing one query and then updating the message object based on what was returned?
66
77 This is an experimental client that is a fork, and simplify of [mvd](%NPNNvcnTMZUFZSWl/2Z4XX+YSdqsqOhyPacp+lgpQUw=.sha256)
88
9-To use it grab `minsbot` from `git-ssb`
109
10 +Clone down 0qc
1111 ```
12-git clone ssb://%bEpNCZyU/f+Hi0Jhk6C9SQoNorT9NMyJen2NTCS0vaU=.sha256 minsbot
13-cd minsbot
1412 npm install
15-npm start
16-```
17-
18-Then navigate to another terminal and clone down `0qc`
19-
20-```
21-git clone
22-npm install
2313 npm run build
2414 npm start
2515 ```
2616

Built with git-ssb-web