update README.md
All checks were successful
Build and Push Docker Images / Build and Push Docker Images (push) Successful in 2m44s

This commit is contained in:
i701 2025-04-12 09:59:11 +05:00
parent 0aa71c8e10
commit 4c722752a4
Signed by: i701
GPG Key ID: 54A0DA1E26D8E587

View File

@ -3,7 +3,7 @@ API for SARLink portal in Django Rest Framework.
## Deployment
## Deployment steps
1. clone the repo `git clone git@github.com:i701/sarlink-portal-api.git`
2. Create virtual enviroment `virtualenv venv` and activate it `source venv/bin/activate`
3. Install requirements `pip install -r requirements.txt`