Skip to content

Commit 25b0a23

Browse files
committed
Update README.md
1 parent e7e6bc1 commit 25b0a23

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,19 +2,18 @@
22

33
### How to Get Started
44

5-
1. fork this repo
5+
1. clone the repo
66

7-
2. clone your own version
8-
> git clone git@github.com:YOUR_GITHUB_USERNAME/angular-flask.git && cd angular-flask
9-
10-
3. install all the necessary packages (best done inside of a virtual environment)
7+
2. install all the necessary packages (best done inside of a virtual environment)
118
> pip install -r requirements.txt
129
13-
4. run the app
10+
3. run the app
1411
> python runserver.py
1512
16-
5. create and seed the db (the server must still be running, so open a new terminal window first)
13+
4. create and seed the db (the server must still be running, so open a new terminal window first)
1714
> python manage.py create_db && python manage.py seed_db --seedfile 'data/db_items.json'
1815
19-
6. check out your blog
16+
5. check out your blog
2017
> http://localhost:5000/blog
18+
19+
6. if you like it, give it a star :)

0 commit comments

Comments
 (0)