This repository was archived by the owner on Aug 15, 2022. It is now read-only.
File tree 2 files changed +6
-4
lines changed
2 files changed +6
-4
lines changed Original file line number Diff line number Diff line change @@ -30,6 +30,8 @@ yarn global add peerchat
30
30
---
31
31
32
32
<!-- toc -->
33
+ * [ Installing] ( #installing )
34
+ * [ or using yarn:] ( #or-using-yarn )
33
35
* [ Usage] ( #usage )
34
36
* [ Commands] ( #commands )
35
37
<!-- tocstop -->
@@ -40,7 +42,7 @@ $ npm install -g peerchat
40
42
$ peerchat COMMAND
41
43
running command...
42
44
$ peerchat (-v| --version| version)
43
- peerchat/0.1.0 darwin-x64 node-v16.13.1
45
+ peerchat/0.1.1 darwin-x64 node-v16.13.1
44
46
$ peerchat --help [COMMAND]
45
47
USAGE
46
48
$ peerchat COMMAND
@@ -74,7 +76,7 @@ EXAMPLES
74
76
$ peerchat dstack myCoolNickname
75
77
```
76
78
77
- _ See code: [ src/commands/index.ts] ( https://github.com/dstack-js/chat/blob/v0.1.0 /src/commands/index.ts ) _
79
+ _ See code: [ src/commands/index.ts] ( https://github.com/dstack-js/chat/blob/v0.1.1 /src/commands/index.ts ) _
78
80
79
81
## ` peerchat discord [ROOM] `
80
82
@@ -96,7 +98,7 @@ EXAMPLES
96
98
$ CHANNEL_ID="<discord channel id>" DISCORD_KEY="<discord bot token>" peerchat discord dstack
97
99
```
98
100
99
- _ See code: [ src/commands/discord/index.ts] ( https://github.com/dstack-js/chat/blob/v0.1.0 /src/commands/discord/index.ts ) _
101
+ _ See code: [ src/commands/discord/index.ts] ( https://github.com/dstack-js/chat/blob/v0.1.1 /src/commands/discord/index.ts ) _
100
102
101
103
## ` peerchat help [COMMAND] `
102
104
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " peerchat" ,
3
3
"description" : " Peer-to-peer terminal chat" ,
4
- "version" : " 0.1.0 " ,
4
+ "version" : " 0.1.1 " ,
5
5
"author" : " Mykhailo Marynenko @0x77dev" ,
6
6
"bin" : {
7
7
"peerchat" : " ./bin/run" ,
You can’t perform that action at this time.
0 commit comments