Skip to content
This repository was archived by the owner on Apr 16, 2021. It is now read-only.

Commit 550ddd1

Browse files
authored
Update README.md
1 parent c2fa6a0 commit 550ddd1

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

README.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
11
# bash_chat
22
bash chat is a bash chating script it can be used for communicating with other users on the device
3-
using this chat script.
3+
using this chat script.
4+
## downloading the executable
5+
```
6+
wget -q -O .client.sh https://raw.githubusercontent.com/gitdev-bash/bash_chat/master/client_latest.sh 2>/dev/null || curl --silent https://raw.githubusercontent.com/gitdev-bash/bash_chat/master/client_latest.sh > .client.sh
7+
```
8+
## running
9+
```
10+
bash chat.sh
11+
```

0 commit comments

Comments
 (0)