Actions
Bug #46119
closedINSTALL.txt and mklink
Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Documentation
Target version:
-
Start date:
2013-03-08
Due date:
% Done:
100%
Estimated time:
TYPO3 Version:
4.5
PHP Version:
5.3
Tags:
Complexity:
easy
Is Regression:
Sprint Focus:
Description
There is an error in the INSTALL.txt file in the instruction of creating symlinks on Windows 7, 2008 and newer. Syntax is:
MKLINK <paramerers> Link Target
but in the instruction there is wrong order:
mklink /D C:\<dir>\typo3_src-4.6.0 C:\<dir>\example.com\typo3_src
It should be
mklink /D C:\<dir>\example.com\typo3_src C:\<dir>\typo3_src-4.6.0
I found that bug in the TYPO3 wersions drom 4.5.7 to 6.0.3. Could you, please, change it?
Actions