Skip to content

Commit e8e32ca

Browse files
committed
improve readme doc
1 parent da7c0fd commit e8e32ca

File tree

15 files changed

+5
-1
lines changed

15 files changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ Your output should be similar to the one below:
193193
The source code of Google Function is stored in `index.js`:
194194

195195
```shell
196-
cat 'exports.helloGET = (req, res) => { res.send("Hello World!\n"); };' > index.js
196+
echo 'exports.helloGET = (req, res) => { res.send("Hello World!\n"); };' > index.js
197197
```
198198

199199
The source code of Static Website is cloned from another public repository:
@@ -389,6 +389,10 @@ Your output should be similar to the one below:
389389
```
390390
```
391391

392+
> NOTE: If you get an error saying `ServiceException: 401 Anonymous caller
393+
does not have storage.objects.get access to [***]`, run `gsutil config` and
394+
setup default project id.
395+
392396
### Run TerraHub Automation
393397

394398
Run the following command in terminal:

google_function/scripts/build.sh

100644100755
File mode changed.

google_function/scripts/compare.sh

100644100755
File mode changed.

google_function/scripts/download.sh

100644100755
File mode changed.

google_function/scripts/shasum.sh

100644100755
File mode changed.

google_function/scripts/upload.sh

100644100755
File mode changed.

google_function/scripts/zip.sh

100644100755
File mode changed.

google_storage/scripts/compare.sh

100644100755
File mode changed.

google_storage/scripts/download.sh

100644100755
File mode changed.

google_storage/scripts/shasum.sh

100644100755
File mode changed.

google_storage/scripts/upload.sh

100644100755
File mode changed.

static_website/scripts/compare.sh

100644100755
File mode changed.

static_website/scripts/download.sh

100644100755
File mode changed.

static_website/scripts/shasum.sh

100644100755
File mode changed.

static_website/scripts/upload.sh

100644100755
File mode changed.

0 commit comments

Comments
 (0)