Skip to content

Commit 76a7948

Browse files
YaserAlnajjaradamghill
authored andcommitted
Update README poetry commands to support Windows
1 parent 64cb5de commit 76a7948

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ https://www.django-unicorn.com
3232

3333
1. `git clone [email protected]:adamghill/django-unicorn.git`
3434
1. `poetry install`
35-
1. `poetry run example/manage.py migrate`
36-
1. `poetry run example/manage.py runserver 0:8000`
35+
1. `poetry run python example/manage.py migrate`
36+
1. `poetry run python example/manage.py runserver localhost:8000`
3737
1. Go to `localhost:8000` in your browser
3838
1. To install in another project `pip install -e ../django-unicorn`
3939

0 commit comments

Comments
 (0)