Commit 29b1007fd8c97fe650f2f5eed160497aa7fd643b
tweak readme
Ev Bogue committed on 3/6/2019, 7:12:49 PMParent: 231a81f9e0adf80fa3566be93221cf1f5158fcb6
Files changed
readme.md | changed |
readme.md | |||
---|---|---|---|
@@ -5,22 +5,12 @@ | |||
5 | 5 … | 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? | |
6 | 6 … | ||
7 | 7 … | This is an experimental client that is a fork, and simplify of [mvd](%NPNNvcnTMZUFZSWl/2Z4XX+YSdqsqOhyPacp+lgpQUw=.sha256) | |
8 | 8 … | ||
9 | -To use it grab `minsbot` from `git-ssb` | ||
10 | 9 … | ||
10 … | +Clone down 0qc | ||
11 | 11 … | ``` | |
12 | -git clone ssb://%bEpNCZyU/f+Hi0Jhk6C9SQoNorT9NMyJen2NTCS0vaU=.sha256 minsbot | ||
13 | -cd minsbot | ||
14 | 12 … | 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 | ||
23 | 13 … | npm run build | |
24 | 14 … | npm start | |
25 | 15 … | ``` | |
26 | 16 … |
Built with git-ssb-web