From 0527d9edccf09344f9d59e4692a7ead29febcd32 Mon Sep 17 00:00:00 2001 From: MaximAL Date: Wed, 23 Nov 2016 12:57:10 +0300 Subject: [PATCH] Fix error in Linux `ln` command: parameters rearranged (#97) --- requirements.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/requirements.php b/requirements.php index ee3184f..5d19732 100644 --- a/requirements.php +++ b/requirements.php @@ -7,7 +7,7 @@ * * In order to run this script from the web, you should copy it to the web root. * If you are using Linux you can create a hard link instead, using the following command: - * ln requirements.php ../requirements.php + * ln ../requirements.php requirements.php */ // you may need to adjust this path to the correct Yii framework path