Skip to content

Commit 7de33e7

Browse files
authored
Small fix to the Mftf Getting Started doc
The command from the 'Set up an embedded MFTF -> Step 3' has to be executed from project root.
1 parent f1d9f9e commit 7de33e7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ Learn more about environmental settings in [Configuration][].
200200

201201
### Step 3. Enable the Magento CLI commands
202202

203-
In the `magento2/dev/tests/acceptance` directory, run the following command to enable the MFTF to send Magento CLI commands to your Magento instance.
203+
In the Magento project root, run the following command to enable the MFTF to send Magento CLI commands to your Magento instance.
204204

205205
```bash
206206
cp dev/tests/acceptance/.htaccess.sample dev/tests/acceptance/.htaccess

0 commit comments

Comments
 (0)