Fix error in Linux ln command: parameters rearranged (#97)

This commit is contained in:
MaximAL 2016-11-23 12:57:10 +03:00 committed by Carsten Brandt
parent 679887a988
commit 0527d9edcc

View File

@ -7,7 +7,7 @@
* *
* In order to run this script from the web, you should copy it to the web root. * 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: * 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 // you may need to adjust this path to the correct Yii framework path