소스 검색

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