Browse Source

typo

tags/2.0.0-beta
Carsten Brandt 11 years ago
parent
commit
c7c34aaf3e
  1. 2
      docs/guide/installation.md

2
docs/guide/installation.md

@ -75,7 +75,7 @@ php requirements.php
In order to run this script in your browser, you should ensure it is accessable by the webserver and
access `http://hostname/path/to/yii-app/requirements.php` in your browser.
If you are using Linux you can create a hard link to make it accessable, using the following command:
If you are using Linux you can create a soft link to make it accessable, using the following command:
```
ln -s requirements.php ../requirements.php

Loading…
Cancel
Save