Skip to content

Commit 44689f5

Browse files
authored
docs(run): fix run helloworld instructions (GoogleCloudPlatform#1205)
1 parent 1ff7973 commit 44689f5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

run/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ For more Cloud Run samples beyond PHP, see the main list in the [Cloud Run Sampl
2020

2121
```sh
2222
git clone https://github.com/GoogleCloudPlatform/php-docs-samples.git
23+
cd php-docs-samples/run
2324
```
2425

2526
## How to run a sample locally
@@ -30,7 +31,7 @@ For more Cloud Run samples beyond PHP, see the main list in the [Cloud Run Sampl
3031

3132
```sh
3233
export SAMPLE='helloworld'
33-
cd php-docs-samples/run/$SAMPLE
34+
cd $SAMPLE
3435
docker build --tag $SAMPLE .
3536
```
3637

0 commit comments

Comments
 (0)