This repository was archived by the owner on Aug 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Expand file tree Collapse file tree 2 files changed +4
-5
lines changed Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ yarn global add peerchat
30
30
31
31
<!-- toc -->
32
32
* [ Installing] ( #installing )
33
- * [ or using yarn:] ( #or-using-yarn )
34
33
* [ Usage] ( #usage )
35
34
* [ Commands] ( #commands )
36
35
<!-- tocstop -->
@@ -41,7 +40,7 @@ $ npm install -g peerchat
41
40
$ peerchat COMMAND
42
41
running command...
43
42
$ peerchat (-v| --version| version)
44
- peerchat/0.1.1 darwin-x64 node-v16.13.1
43
+ peerchat/0.1.2 darwin-x64 node-v16.13.1
45
44
$ peerchat --help [COMMAND]
46
45
USAGE
47
46
$ peerchat COMMAND
@@ -75,7 +74,7 @@ EXAMPLES
75
74
$ peerchat dstack myCoolNickname
76
75
```
77
76
78
- _ See code: [ src/commands/index.ts] ( https://github.com/dstack-js/chat/blob/v0.1.1 /src/commands/index.ts ) _
77
+ _ See code: [ src/commands/index.ts] ( https://github.com/dstack-js/chat/blob/v0.1.2 /src/commands/index.ts ) _
79
78
80
79
## ` peerchat discord [ROOM] `
81
80
@@ -97,7 +96,7 @@ EXAMPLES
97
96
$ CHANNEL_ID="<discord channel id>" DISCORD_KEY="<discord bot token>" peerchat discord dstack
98
97
```
99
98
100
- _ See code: [ src/commands/discord/index.ts] ( https://github.com/dstack-js/chat/blob/v0.1.1 /src/commands/discord/index.ts ) _
99
+ _ See code: [ src/commands/discord/index.ts] ( https://github.com/dstack-js/chat/blob/v0.1.2 /src/commands/discord/index.ts ) _
101
100
102
101
## ` peerchat help [COMMAND] `
103
102
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.1 " ,
4
+ "version" : " 0.1.2 " ,
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