Переглянути джерело

Fixing outdated Zend Server installation path in OSX in 'create project' tutorial

git-svn-id: http://framework.zend.com/svn/framework/standard/trunk@20123 44c647ce-9c0f-0410-b52a-842ac1e357ba
shahar 16 роки тому
батько
коміт
c61d1dcc6d

+ 3 - 4
documentation/manual/en/tutorials/quickstart-create-project.xml

@@ -19,10 +19,9 @@
 
         <para>
             After you have installed Zend Server, the Framework files may be found
-            under <filename>/Applications/ZendServer/share/ZendFramework</filename> on Mac
-            OSX, <filename>C:\Program Files\Zend\ZendServer\share\ZendFramework</filename> on
-            Windows, and <filename>/usr/local/zend/share/ZendFramework</filename> on Linux.
-            The <constant>include_path</constant> will already be configured to include
+            under <filename>/usr/local/zend/share/ZendFramework</filename> on Mac OSX and Linux,
+            and <filename>C:\Program Files\Zend\ZendServer\share\ZendFramework</filename> on
+            Windows. The <constant>include_path</constant> will already be configured to include
             Zend Framework.
         </para>