File tree Expand file tree Collapse file tree 1 file changed +6
-7
lines changed
Expand file tree Collapse file tree 1 file changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -100,13 +100,6 @@ case "$1" in
100100esac
101101```
102102
103- ### Terminal sharing
104- You can share your local terminal window in Slack or Discord using the ` share ` feature. It's quite cool, although it's
105- really got nothing to do with REPLs 🤷. It also has to be specifically configured in the [ config.yml] ( config/config.yml )
106- file using the ` share-host ` option, since it needs direct communication between the client and REPLbot.
107-
108- ![ replbot terminal sharing] ( assets/slack-terminal-sharing.gif )
109-
110103### Session commands
111104When a session is started, you can get a list of available commands by typing ` !help ` (or ` !h ` ). To exit a session at any
112105point in time, type ` !exit ` (or ` !q ` ).
@@ -139,6 +132,12 @@ command.
139132
140133![ replbot web terminal] ( assets/web-terminal.png )
141134
135+ ### Terminal sharing
136+ You can share your local terminal window in Slack or Discord using the ` share ` feature. It's quite cool, although it's
137+ really got nothing to do with REPLs 🤷. It also has to be specifically configured in the [ config.yml] ( config/config.yml )
138+ file using the ` share-host ` option, since it needs direct communication between the client and REPLbot.
139+
140+ ![ replbot terminal sharing] ( assets/slack-terminal-sharing.gif )
142141
143142### Control mode
144143You can specify if you want the session to be started in the main channel (` channel ` ), in a thread (` thread ` ),
You can’t perform that action at this time.
0 commit comments