Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
ashish-bazad authored Nov 15, 2024
1 parent d8b1a5c commit b6a337d
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 @@ -4,11 +4,11 @@ Backend for ABD Portfolio
### Local System Deployment Commands
```yaml
git clone https://github.com/ashish-bazad/abd-portfolio-backend.git
cd abd-portfolio-backend.git
cd abd-portfolio-backend
virtualenv env
source env/bin/activate
brew install postgresql
brew install gcc
pip install -r req.txt
python3 manage.py runserver 127.0.0.1:8000
```
```

0 comments on commit b6a337d

Please sign in to comment.