Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
app-generator authored Dec 9, 2021
1 parent bd6dc6f commit 4101753
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,7 @@ $ cd django-dashboard-material
> Start the app in Docker
```bash
$ docker-compose pull # download dependencies
$ docker-compose build # local set up
$ docker-compose up -d # start the app
$ docker-compose up --build
```

Visit `http://localhost:85` in your browser. The app should be up & running.
Expand All @@ -54,8 +52,8 @@ Visit `http://localhost:85` in your browser. The app should be up & running.

```bash
$ # Get the code
$ git clone https://github.com/app-generator/django-dashboard-material.git
$ cd django-dashboard-material
$ git clone https://github.com/app-generator/django-material-dashboard.git
$ cd django-material-dashboard
$
$ # Virtualenv modules installation (Unix based systems)
$ virtualenv env
Expand Down Expand Up @@ -249,4 +247,4 @@ Visit `http://localhost:8001` in your browser. The app should be up & running.
<br />

---
[Django Dashboard](https://appseed.us/admin-dashboards/django) Material Design - Provided by **AppSeed [App Generator](https://appseed.us/app-generator)**.
[Django Dashboard Material](https://appseed.us/admin-dashboards/django-dashboard-material) - Provided by **AppSeed [App Generator](https://appseed.us/app-generator)**.

0 comments on commit 4101753

Please sign in to comment.