Skip to content

Commit d522877

Browse files
committed
clone repo url
1 parent 3ba5ca9 commit d522877

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,8 @@ You can estimate costs using the [Google Cloud Pricing Calculator](https://cloud
9595
Deploy the entire stack using Terraform:
9696

9797
```bash
98-
cd gcp
98+
git clone "https://github.com/Cyclenerd/google-cloud-github-runner.git"
99+
cd google-cloud-github-runner/gcp
99100
export GOOGLE_CLOUD_PROJECT=your-project-id
100101
terraform init
101102
terraform apply
@@ -222,7 +223,7 @@ To run the application locally for development or testing:
222223

223224
1. **Clone the repository**:
224225
```bash
225-
git clone <your-repo-url>
226+
git clone "https://github.com/Cyclenerd/google-cloud-github-runner.git"
226227
cd google-cloud-github-runner
227228
```
228229

0 commit comments

Comments
 (0)