Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderson authored Jan 14, 2017
1 parent 50a4b50 commit 2d0d60b
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href="http://django.dev:8000" target="\_blank">django.dev:8000</a>

## Explore
Expand Down

0 comments on commit 2d0d60b

Please sign in to comment.