Skip to content

Commit d848eee

Browse files
author
Naím Rodríguez
authored
Update README.md
1 parent 8d4faf8 commit d848eee

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,22 @@
11
# crap-chat
2-
A "chat" made with Python Flask
2+
A "chat" made with Python Flask and for fun
3+
4+
## Installation
5+
6+
Clone the repository and install all the requirements
7+
8+
``` shell
9+
$ pip install -r requirements.txt
10+
```
11+
12+
To run the server just situate on the same level as server.py and
13+
14+
``` shell
15+
$ python3 server.py
16+
```
17+
18+
Every chat you create is a txt file that store the messages on clear text on the same level as server.py
19+
20+
## DISCLAIMER
21+
22+
This is a crap shit chat made in about an hour or less

0 commit comments

Comments
 (0)