Browse Source

Fix incorrect info in start-installation.md (#17821) [skip ci]

tags/2.0.33
melvinroest 5 years ago committed by Alexander Makarov
parent
commit
1378ca03ba
  1. 2
      docs/guide/start-installation.md

2
docs/guide/start-installation.md

@ -140,7 +140,7 @@ Verifying the Installation <span id="verifying-installation"></span>
After installation is done, either configure your web server (see next section) or use the
[built-in PHP web server](https://secure.php.net/manual/en/features.commandline.webserver.php) by running the following
console command while in the project `web` directory:
console command while in the project root directory:
```bash
php yii serve

Loading…
Cancel
Save