diff --git a/README.md b/README.md index 46f4f3f..3dc2ac5 100644 --- a/README.md +++ b/README.md @@ -20,17 +20,15 @@ cd nanobox-django ## Run the app ```bash +# Add a convenient way to access your app from the browser +nanobox dns add local django.dev + # Run django as you would normally, with Nanobox nanobox run python manage.py runserver 0.0.0.0:8000 ``` ## Check it out -```bash -# Add a convenient way to access your app from the browser -nanobox dns add local django.dev -``` - Visit your app at django.dev:8000 ## Explore