소스 검색

Merge pull request #847 from tripal/laceysanderson-patch-1

Update job_management.rst
Bradford Condon 6 년 전
부모
커밋
52bec75150
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      docs/user_guide/job_management.rst

+ 2 - 2
docs/user_guide/job_management.rst

@@ -25,8 +25,8 @@ The Tripal Daemon requires the `Libraries API <https://www.drupal.org/project/li
 
 .. code-block:: shell
 
-  drush pm-download Libraries
-  drush pm-enable Libraries
+  drush pm-download libraries
+  drush pm-enable libraries
 
 Next, we need the `PHP-Daemon Library version 2.0 <https://github.com/shaneharter/PHP-Daemon>`_. You must download the PHP-Daemon Library and extract it in your ``sites/all/libraries`` directory. The folder must be named "PHP-Daemon".  The following commands can be used to do this: