File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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.
14143 . ** 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 ```
20204 . ** 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).
23235 . 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
You can’t perform that action at this time.
0 commit comments