Skip to content

Commit 3773bc4

Browse files
author
廖小俊
authored
add sh tag
1 parent 21e5355 commit 3773bc4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

bigquery/api/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,16 +13,16 @@ This simple command-line application demonstrates how to invoke Google BigQuery
1313
to the path of the JSON key that was downloaded.
1414
3. **Clone the repo** and cd into this directory
1515

16-
```
17-
$ git clone https://github.com/GoogleCloudPlatform/php-docs-samples
16+
   ```sh
17+
   $ git clone https://github.com/GoogleCloudPlatform/php-docs-samples
1818
$ cd php-docs-samples/bigquery/api
1919
```
2020
4. **Install dependencies** via [Composer](http://getcomposer.org/doc/00-intro.md).
2121
Run `php composer.phar install` (if composer is installed locally) or `composer install`
2222
(if composer is installed globally).
2323
5. Run `php bigquery.php`. The following commands are available:
2424

25-
```
25+
```sh
2626
browse-table Browse a BigQuery table
2727
datasets List BigQuery datasets
2828
export Export data from a BigQuery table into a Cloud Storage bucket

0 commit comments

Comments
 (0)