Skip to content

Commit 251c0fc

Browse files
authored
Drupal8 consistency for bash commands (removes $) (GoogleCloudPlatform#355)
1 parent 366f4b8 commit 251c0fc

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

appengine/flexible/drupal8/README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -80,10 +80,10 @@ Alternatively, you can use [Drush][4] to change this config setting:
8080

8181
```sh
8282
# this command must be run inside the root directory of a drupal project
83-
$ cd /path/to/drupal
84-
$ /path/to/drush pm-enable config -y
85-
$ /path/to/drush config-set system.performance css.preprocess 0
86-
$ /path/to/drush config-set system.performance js.preprocess 0
83+
cd /path/to/drupal
84+
/path/to/drush pm-enable config -y
85+
/path/to/drush config-set system.performance css.preprocess 0
86+
/path/to/drush config-set system.performance js.preprocess 0
8787
```
8888

8989
This will change the values `preprocess` under `css` and `js` to `false`.
@@ -92,4 +92,4 @@ This will change the values `preprocess` under `css` and `js` to `false`.
9292
[2]: https://console.cloud.google.com
9393
[3]: https://cloud.google.com/sql/docs/getting-started
9494
[4]: http://docs.drush.org/en/master/install/
95-
[5]: https://www.drupal.org/8/download
95+
[5]: https://www.drupal.org/8/download

0 commit comments

Comments
 (0)