diff --git a/README.md b/README.md index a3f33978ab..413b1810f6 100644 --- a/README.md +++ b/README.md @@ -1,2 +1,7 @@ # blango -Starting point for the Advanced Django course + +Starting point for the Advanced Django course. This is the equivalent of the following command: + +```bash +$ django-admin.py startproject blango +```