Skip to content

Commit 231df5d

Browse files
committed
Tested READMEs and added some information
1 parent 190a34c commit 231df5d

File tree

2 files changed

+44
-1
lines changed

2 files changed

+44
-1
lines changed

bootstrap-data-server/peers.json

+10-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,18 @@
22
"Config": {
33
"maxpeers": 8,
44
"minrefillcandidates": 5,
5-
"numpeers": 2
5+
"numpeers": 3
66
},
77
"Peers": {
8+
"06e6620b-8c1b-4d05-806e-677378387ef3": {
9+
"id": "06e6620b-8c1b-4d05-806e-677378387ef3",
10+
"name": "Stefans-MacBook-Pro.local-alice-33304d92-70a7-11e9-991f-8c8590a2bb7c",
11+
"ip": "127.0.0.1",
12+
"port": "59044",
13+
"protocol": "tcp",
14+
"status": "0",
15+
"timestamp": "1557219910"
16+
},
817
"7a111abb-c7df-42a9-aecd-10ebbffc393c": {
918
"id": "7a111abb-c7df-42a9-aecd-10ebbffc393c",
1019
"name": "alice",

cli-chat/README.md

+34
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
### Open two CLI tools
2+
3+
**In Alice's terminal**
4+
5+
```bash
6+
cd ~/go/src/github.com/stefanhans/cli-chat/cli-chat/
7+
8+
go build
9+
./cli-chat alice
10+
11+
```
12+
13+
14+
**In Bob's terminal**
15+
16+
```bash
17+
cd ~/go/src/github.com/stefanhans/cli-chat/cli-chat/
18+
19+
./cli-chat alice
20+
21+
```
22+
23+
124
### Start the chat interactively
225

326
**Create your memberlist node**
@@ -22,3 +45,14 @@
2245
- `chatjoin` start chat listener and join the chat
2346
- `msg hi` send a message to all chat members
2447

48+
49+
**See all available commands**
50+
51+
- `<tab><tab>` lists all commands using code completion
52+
- `help` or other not existing command shows commands and descriptions
53+
54+
55+
**Leave the cli-tool**
56+
57+
- `quit`
58+

0 commit comments

Comments
 (0)