Skip to content
This repository was archived by the owner on Nov 19, 2024. It is now read-only.

Commit 7d2b199

Browse files
authored
Small grammar update and removed php from commands
1 parent e155700 commit 7d2b199

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/_includes/config/split-deploy/example_build-sync.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -10,22 +10,22 @@ To update your build system:
1010
git pull mconfig m2.2_deploy
1111
```
1212

13-
1. Run upgrade Magento:
13+
1. Run the upgrade command:
1414

1515
```bash
16-
php bin/magento setup:upgrade
16+
bin/magento setup:upgrade
1717
```
1818

1919
1. Compile code:
2020

2121
```bash
22-
php bin/magento setup:di:compile
22+
bin/magento setup:di:compile
2323
```
2424

2525
1. After code has been compiled, generate static view files:
2626

2727
```bash
28-
php bin/magento setup:static-content:deploy -f
28+
bin/magento setup:static-content:deploy -f
2929
```
3030

3131
1. Check the changes into source control.

0 commit comments

Comments
 (0)