Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
jcivitel authored Dec 5, 2024
1 parent bebd62e commit b9c10c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[![](https://img.shields.io/maintenance/yes/2024)](https://github.com/jcivitel/)
[![Static Badge](https://img.shields.io/badge/GitHub-jcivitell-green?logo=github)](https://github.com/jcivitel/django_insumate)
[![Dependabot Updates](https://github.com/jcivitel/django_insumate/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/jcivitel/django_insumate/actions/workflows/dependabot/dependabot-updates)
[![Dependabot](https://github.com/jcivitel/django_insumate/actions/workflows/dependabot/dependabot-updates/badge.svg)](https://github.com/jcivitel/django_insumate/actions/workflows/dependabot/dependabot-updates)
[![GitHub Repo stars](https://img.shields.io/github/stars/jcivitel/django_insumate)](https://github.com/jcivitel/django_insumate)
[![Docker Pulls](https://img.shields.io/docker/pulls/jcivitell/insumate?logo=docker)](https://hub.docker.com/r/jcivitell/insumate)
[![Docker Stars](https://img.shields.io/docker/stars/jcivitell/insumate?logo=docker)](https://hub.docker.com/r/jcivitell/insumate)
Expand Down Expand Up @@ -64,8 +64,8 @@ To simplify many things, use our [User Guide](docs/howto/)
1. Clone the repository:

```
git clone https://github.com/jcivitel/django_insumate.git
cd django_insumate
git clone https://github.com/jcivitel/django_insumate.git
cd django_insumate
```

2. Create a virtual environment and activate it:
Expand All @@ -84,7 +84,7 @@ pip install -r requirements.txt
4. Run database migration:

```
python manage.py migrate
python manage.py migrate
```

## Contributing
Expand Down

0 comments on commit b9c10c8

Please sign in to comment.