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

Commit f46fb2c

Browse files
authored
Merge pull request #4779 from twocs/master
Fix root to be visible on Magento DevDocs website
2 parents df1f67a + 72e4ad7 commit f46fb2c

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

guides/v2.2/config-guide/cli/config-cli-subcommands-mode.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,10 @@ When you change from production to developer mode, you should clear generated cl
125125

126126
1. If you're changing from production mode to developer mode, delete the contents of the `generated/code` and `generated/metadata` directories:
127127

128+
```bash
128129
rm -rf <magento_root>/generated/metadata/* <magento_root>/generated/code/*
129-
130+
```
131+
130132
2. Set the mode:
131133

132134
```bash

0 commit comments

Comments
 (0)