瀏覽代碼

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

MaximAL 9 年之前
父節點
當前提交
0527d9edcc
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      requirements.php

+ 1 - 1
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