File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ This simple command-line application demonstrates how to invoke Google Cloud Sto
20
20
``` sh
21
21
$ git clone https://github.com/GoogleCloudPlatform/php-docs-samples
22
22
$ cd php-docs-samples/storage/cli
23
- ```
23
+ ```
24
24
4. ** Install dependencies** via [Composer](http://getcomposer.org/doc/00-intro.md).
25
25
Run ` php composer.phar install` (if composer is installed locally) or ` composer install`
26
26
(if composer is installed globally).
@@ -33,7 +33,7 @@ This simple command-line application demonstrates how to invoke Google Cloud Sto
33
33
encryption Upload and download Cloud Storage objects with encryption
34
34
object-acl Manage the ACL for Cloud Storage objects
35
35
objects Manage Cloud Storage objects
36
- ```
36
+ ` ` `
37
37
6. Run ` php storage.php COMMAND --help` to print information about the usage of each command.
38
38
39
39
# # Contributing changes
You can’t perform that action at this time.
0 commit comments