Skip to content

Commit 4772dc8

Browse files
Update README.md
1 parent 9b37e2a commit 4772dc8

File tree

1 file changed

+5
-7
lines changed

1 file changed

+5
-7
lines changed

README.md

Lines changed: 5 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ At this point, the app should be LIVE and functional.
4242

4343
<br />
4444

45-
## ✨ How to use it
45+
## Manual build
4646

47-
> Download the code
47+
> 👉 Download the code
4848
4949
```bash
5050
$ # Get the code
@@ -54,9 +54,7 @@ $ cd deploy-heroku-django
5454

5555
<br />
5656

57-
### 👉 Set Up for `Unix`, `MacOS`
58-
59-
> Install modules via `VENV`
57+
> 👉 Install modules via `VENV`
6058
6159
```bash
6260
$ virtualenv env
@@ -66,7 +64,7 @@ $ pip3 install -r requirements.txt
6664

6765
<br />
6866

69-
> Set Up Database
67+
> 👉 Set Up Database
7068
7169
```bash
7270
$ python manage.py makemigrations
@@ -75,7 +73,7 @@ $ python manage.py migrate
7573

7674
<br />
7775

78-
> Start the app
76+
> 👉 Start the app
7977
8078
```bash
8179
$ python manage.py runserver

0 commit comments

Comments
 (0)