Skip to content

Commit

Permalink
Updated: url for clone in README.md file
Browse files Browse the repository at this point in the history
  • Loading branch information
arvind-4 authored Mar 11, 2024
1 parent 7e95ba1 commit f1730bd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,16 @@ Simple Content Management System build on Django and Django Rest Framework.
- Clone Repo

```bash
mkdir blog_backend
cd blog_backend
git clone https://github.com/Arvind-4/Blog-Backend.git .
mkdir blog-backend
cd blog-backend
git clone https://github.com/Arvind-4/blog-backend.git .
```
- Install Virtual Environment and Dependencies

```bash
pip install virtualenv
python -m venv .
source Scripts/activate
python3.10 -m venv .
source bin/activate
pip install -r requirements.txt
```

Expand All @@ -31,4 +31,4 @@ pip install -r requirements.txt

```bash
python manage.py runserver
```
```

0 comments on commit f1730bd

Please sign in to comment.