Skip to content

Commit 3000d2b

Browse files
author
Issac Trotts
committed
More tweaks
1 parent 8a24323 commit 3000d2b

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

appengine/standard/wordpress/README.md

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -2,21 +2,20 @@
22

33
1. Open a terminal with [bash][bash] if your system has one. If not, open the [GCP Cloud Shell][cloudshell].
44

5-
2. **Clone the repo** and cd into this directory:
5+
2. Clone the repo and store this subdirectory in `$d` for later use:
66
```sh
77
git clone https://github.com/ijt/php-docs-samples
8-
cd php-docs-samples/appengine/standard/wordpress
9-
d=$(pwd)
8+
d=$(pwd)/php-docs-samples/appengine/standard/wordpress
109
```
1110

1211
3. [Install gcloud][install-gcloud] if it isn't already installed.
13-
4. Choose an existing GCP project or create a new project by running
12+
4. Choose an existing GCP project or create a new project:
1413
```sh
1514
proj=[ID FOR YOUR NEW PROJECT]
1615
gcloud projects create ${proj?}
1716
gcloud config set project ${proj?}
1817
```
19-
5. List your billing accounts by running
18+
5. List your billing accounts:
2019
```sh
2120
gcloud alpha billing accounts list
2221
```

0 commit comments

Comments
 (0)