From c7c34aaf3ef42e6e81ee0701f63e632e7dc8691e Mon Sep 17 00:00:00 2001 From: Carsten Brandt Date: Sat, 11 Jan 2014 23:06:44 +0100 Subject: [PATCH] typo --- docs/guide/installation.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/guide/installation.md b/docs/guide/installation.md index 0cb6979a74..928ad4a7a8 100644 --- a/docs/guide/installation.md +++ b/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