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

Commit 72e4ad7

Browse files
authored
Add bash code block around the command
1 parent 7a680d9 commit 72e4ad7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

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

Lines changed: 4 additions & 2 deletions
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-
rm -rf <magento_root>/generated/metadata/* <magento_root>/generated/code/*
129-
128+
```bash
129+
rm -rf <magento_root>/generated/metadata/* <magento_root>/generated/code/*
130+
```
131+
130132
2. Set the mode:
131133

132134
```bash

0 commit comments

Comments
 (0)