Skip to content

Commit b96723f

Browse files
update git clone link to https line and correct one of the paths
1 parent 9e231f5 commit b96723f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/gcp/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,9 +48,9 @@ $ gcloud beta services identity create --service tpu.googleapis.com
4848
- Clone HEIR repo and install dependencies
4949

5050
```sh
51-
$ git clone git@github.com:google/heir.git
51+
$ git clone https://github.com/google/heir.git
5252
$ cd heir
53-
$ pip install -r /scripts/gcp/requirements.txt
53+
$ pip install -r ./scripts/gcp/requirements.txt
5454
```
5555

5656
- Create a TPU

0 commit comments

Comments
 (0)