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

Commit 4a176e6

Browse files
authored
Update README.md
1 parent f9b2d08 commit 4a176e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,13 +2,13 @@
22
bash chat is a bash chating script it can be used for communicating with other users on the device
33
using this chat script.
44
## downloading the executable
5+
use these commands to download it once. (select a good directory for it)
56
### download for auto starter
67
pros:up to date
78
cons:uses 1 kb of internet on start
89
```
910
wget -q -O .client.sh https://raw.githubusercontent.com/gitdev-bash/bash_chat/master/chat.sh 2>/dev/null || curl --silent https://raw.githubusercontent.com/gitdev-bash/bash_chat/master/chat.sh > .client.sh
1011
```
11-
use this command to download it once. (select a good directory for it)
1212
### downloading the no update version
1313
pros:no internet usage
1414
cons:manual update

0 commit comments

Comments
 (0)