Skip to content

Commit 29d126a

Browse files
author
Philipp Heckel
committed
Reorder
1 parent 3e2e85a commit 29d126a

File tree

1 file changed

+6
-7
lines changed

1 file changed

+6
-7
lines changed

README.md

Lines changed: 6 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -100,13 +100,6 @@ case "$1" in
100100
esac
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
111104
When a session is started, you can get a list of available commands by typing `!help` (or `!h`). To exit a session at any
112105
point 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
144143
You can specify if you want the session to be started in the main channel (`channel`), in a thread (`thread`),

0 commit comments

Comments
 (0)