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,6 +30,8 @@ yarn global add peerchat
3030---
3131
3232<!-- toc -->
33+ * [ Installing] ( #installing )
34+ * [ or using yarn:] ( #or-using-yarn )
3335* [ Usage] ( #usage )
3436* [ Commands] ( #commands )
3537<!-- tocstop -->
@@ -40,7 +42,7 @@ $ npm install -g peerchat
4042$ peerchat COMMAND
4143running command...
4244$ 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
4446$ peerchat --help [COMMAND]
4547USAGE
4648 $ peerchat COMMAND
@@ -74,7 +76,7 @@ EXAMPLES
7476 $ peerchat dstack myCoolNickname
7577```
7678
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 ) _
7880
7981## ` peerchat discord [ROOM] `
8082
@@ -96,7 +98,7 @@ EXAMPLES
9698 $ CHANNEL_ID="<discord channel id>" DISCORD_KEY="<discord bot token>" peerchat discord dstack
9799```
98100
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 ) _
100102
101103## ` peerchat help [COMMAND] `
102104
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.0 " ,
4+ "version" : " 0.1.1 " ,
55 "author" : " Mykhailo Marynenko @0x77dev" ,
66 "bin" : {
77 "peerchat" : " ./bin/run" ,
You can’t perform that action at this time.
0 commit comments