mirror of https://github.com/zulip/zulip.git
Update docs to reflect the elimination of /bin.
This commit is contained in:
parent
6e1872987d
commit
e5e133eccc
|
@ -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 |
|
||||||
+--------------------+-----------------------------------------------------------------------------------+
|
+--------------------+-----------------------------------------------------------------------------------+
|
||||||
|
|
Loading…
Reference in New Issue