diff --git a/README.md b/README.md index 2936530..6a26f37 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Enhance the Secure-Pass-Sentinel application and deploy it as a serverless web a ### Step 1: Clone the Repository -git clone https://github.com/your-username/Secure-Pass-Sentinel.git +git clone https://github.com/JQCVSC/Secure-Pass-Sentinel.git cd Secure-Pass-Sentinel ### Step 2: Set Up Locally @@ -48,7 +48,7 @@ GCP Deployment: Compute Engine VM: gcloud compute ssh your-vm-instance -git clone https://github.com/your-username/Secure-Pass-Sentinel.git +git clone https://github.com/JQCVSC/Secure-Pass-Sentinel.git cd Secure-Pass-Sentinel pip install -r requirements.txt python main.py @@ -59,7 +59,7 @@ Cloud Run: Use the provided cloudbuild.yaml file to deploy to Cloud Run. EC2 Instance: ssh ec2-user@your-ec2-instance -git clone https://github.com/your-username/Secure-Pass-Sentinel.git +git clone https://github.com/JQCVSC/Secure-Pass-Sentinel.git cd Secure-Pass-Sentinel pip install -r requirements.txt python main.py