瀏覽代碼

Merge pull request #615 from srobb1/patch-1

edit to documentation: added common path to modules directory
Bradford Condon 6 年之前
父節點
當前提交
e60511585b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      docs/user_guide/install_tripal/upgrade_from_tripal2.rst

+ 1 - 1
docs/user_guide/install_tripal/upgrade_from_tripal2.rst

@@ -44,7 +44,7 @@ Step 1: Upgrade Tripal
 
     drush pm-disable tripal_core
 
-4. The Tripal modules must also be downloaded and updated. To do this, delete the old Tripal v2 modules directories (be sure you have a backup before removing). The following command will retrieve the Tripal 3 version:
+4.  The Tripal modules must also be downloaded and updated. To do this, delete the old Tripal v2 modules directories, located in ``sites/all/modules`` from your Drupal root:  for example ``/var/www/html/sites/all/modules``(be sure you have a backup before removing). The following command will retrieve the Tripal 3 version:
 
   .. code-block:: bash