summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.rst9
1 files changed, 7 insertions, 2 deletions
diff --git a/README.rst b/README.rst
index b88477cdd..322b04ea8 100644
--- a/README.rst
+++ b/README.rst
@@ -56,9 +56,14 @@ After editing files in the bmo directory, you will need to run
.. code-block:: bash
- vagrant rsync && vagrant provision web
+ vagrant rsync && vagrant provision --provision-with update
-to see the changes applied to your vagrant VM.
+to see the changes applied to your vagrant VM. If the above command fails
+or db is changed, do a full provision:
+
+.. code-block:: bash
+
+ vagrant rsync && vagrant provision
Technical Details
=================