diff --git a/README.md b/README.md index 945d17d..5df7c1f 100644 --- a/README.md +++ b/README.md @@ -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 -``` \ No newline at end of file +```