Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
JQCVSC authored Jul 10, 2024
1 parent ed8849c commit 491509b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 491509b

Please sign in to comment.