Skip to content

Commit 01d239f

Browse files
author
Rohan Kadkol
committed
Added git clone instructions in README.md
1 parent 2563ea0 commit 01d239f

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
+ [Option 1 (**Recommended**)](#option-1-(**recommended**))
1111
+ [Option 2 (Manual setup)](#option-2-(manual-setup))
1212
* [Setting up Python dependencies](#setting-up-python-dependencies)
13+
* [Cloning repo](#cloning-repo)
1314
- [1. Flask version](#1-flask-version)
1415
* [Step 1: Setting up and starting the Flask server](#step-1-setting-up-and-starting-the-flask-server)
1516
* [Step 2: Creating a connection to the MySQL db](#step-2-creating-a-connection-to-the-mysql-db)
@@ -179,6 +180,16 @@ All dependencies we need for this project are in ``requirements.txt``. To instal
179180
pip install -r requirements.txt
180181
```
181182

183+
## Cloning repo
184+
185+
1. Go to the Documents folder (/home/kali/Documents).
186+
2. Next to clone the repo, execute the following command.
187+
188+
```bash
189+
git clone https://github.com/rohan-kadkol/Flask-Firebase-Chat.git
190+
```
191+
192+
182193
# 1. Flask version
183194

184195
## Step 1: Setting up and starting the Flask server

0 commit comments

Comments
 (0)