This repository was archived by the owner on Aug 15, 2022. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,7 +30,6 @@ yarn global add peerchat
3030
3131<!-- toc -->
3232* [ Installing] ( #installing )
33- * [ or using yarn:] ( #or-using-yarn )
3433* [ Usage] ( #usage )
3534* [ Commands] ( #commands )
3635<!-- tocstop -->
@@ -41,7 +40,7 @@ $ npm install -g peerchat
4140$ peerchat COMMAND
4241running command...
4342$ 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
4544$ peerchat --help [COMMAND]
4645USAGE
4746 $ peerchat COMMAND
@@ -75,7 +74,7 @@ EXAMPLES
7574 $ peerchat dstack myCoolNickname
7675```
7776
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 ) _
7978
8079## ` peerchat discord [ROOM] `
8180
@@ -97,7 +96,7 @@ EXAMPLES
9796 $ CHANNEL_ID="<discord channel id>" DISCORD_KEY="<discord bot token>" peerchat discord dstack
9897```
9998
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 ) _
101100
102101## ` peerchat help [COMMAND] `
103102
Original file line number Diff line number Diff line change 11{
22 "name" : " peerchat" ,
33 "description" : " Peer-to-peer terminal chat" ,
4- "version" : " 0.1.1 " ,
4+ "version" : " 0.1.2 " ,
55 "author" : " Mykhailo Marynenko @0x77dev" ,
66 "bin" : {
77 "peerchat" : " ./bin/run" ,
You can’t perform that action at this time.
0 commit comments