From 491509b100a054331518ce5f431a21c3b82d73f3 Mon Sep 17 00:00:00 2001 From: JQCVSC <65506340+JQCVSC@users.noreply.github.com> Date: Tue, 9 Jul 2024 17:18:13 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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