Skip to content

Commit ec8f8a0

Browse files
committed
UPDATE: README.md
1 parent b39b175 commit ec8f8a0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,21 +6,21 @@
66
#### Clone the repo and move inside it:
77
```
88
git clone https://github.com/pymike00/QuestionTime.git
9+
cd QuestionTime
910
```
1011

1112
#### Create a new Python Virtual Environment:
1213
```
1314
python3 -m venv venv
1415
```
1516

16-
#### Activate the environment and install Django dependencies:
17-
17+
#### Activate the venv and install Django dependencies:
1818
```
1919
source ./venv/bin/activate
2020
pip install -m ./requirements.txt
2121
```
2222

23-
#### Apply migrations:
23+
#### Apply Django migrations:
2424
```
2525
python manage.py migrate
2626
```

0 commit comments

Comments
 (0)