Update docs to reflect the elimination of /bin.

This commit is contained in:
Tim Abbott 2016-05-07 19:04:44 -07:00
parent 6e1872987d
commit e5e133eccc
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ Scripts
+--------------------+-----------------------------------------------------------------------------------+ +--------------------+-----------------------------------------------------------------------------------+
| ``scripts/`` | Scripts that production deployments might run manually (e.g. ``restart-server``) | | ``scripts/`` | Scripts that production deployments might run manually (e.g. ``restart-server``) |
+--------------------+-----------------------------------------------------------------------------------+ +--------------------+-----------------------------------------------------------------------------------+
| ``bin/`` | Scripts that are needed on production deployments but humans should never run | | ``scripts/lib/`` | Scripts that are needed on production deployments but humans should never run |
+--------------------+-----------------------------------------------------------------------------------+ +--------------------+-----------------------------------------------------------------------------------+
| ``scripts/setup/`` | Tools that production deployments will only run once, during installation | | ``scripts/setup/`` | Tools that production deployments will only run once, during installation |
+--------------------+-----------------------------------------------------------------------------------+ +--------------------+-----------------------------------------------------------------------------------+