Skip to content

Commit

Permalink
fix typo in README
Browse files Browse the repository at this point in the history
  • Loading branch information
laaraujo committed Sep 10, 2024
1 parent 8536f85 commit 45a9c2a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ Opinionated template repo to kickstart Back-end/API projects with Django Rest Fr
## Local setup

```sh
git clone git@github.com:laaraujo/autotrack-abackend.git # clone this repo
cd autotrack-abackend # cd into repository directory
git clone git@github.com:laaraujo/django-api-template.git # clone this repo
cd django-api-template # cd into repository directory
python -m venv .venv # create virtual environment
source .venv/bin/activate # activate virtual environment
pip install -r requirements.txt # install dependencies
Expand Down

0 comments on commit 45a9c2a

Please sign in to comment.