Browse Source

adding common path to modules directory

adding some detail to the instructions as I go through them. Just in case someone does not know where modules are stored. I added the path.
Sofia Robb 6 years ago
parent
commit
70870e90f1
1 changed files with 1 additions and 1 deletions
  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, usually found in /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