Skip to content

Commit a42651b

Browse files
committed
docs: add missing command prompt
1 parent ab6aa3c commit a42651b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

user_guide_src/source/installation/installing_composer.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,13 +112,13 @@ develop branch explicitly.
112112

113113
In your project root::
114114

115-
php builds development
115+
> php builds development
116116

117117
The command above will update **composer.json** to point to the ``develop`` branch of the
118118
working repository, and update the corresponding paths in config and XML files. To revert
119119
these changes run::
120120

121-
php builds release
121+
> php builds release
122122

123123
After using the ``builds`` command be sure to run ``composer update`` to sync your vendor
124124
folder with the latest target build.

0 commit comments

Comments
 (0)