aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--docs/installing/manual_install.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/installing/manual_install.md b/docs/installing/manual_install.md
index 3d0cada4a..540ca61d1 100644
--- a/docs/installing/manual_install.md
+++ b/docs/installing/manual_install.md
@@ -383,7 +383,7 @@ You should run the `rails-post-deploy` script after each new software upgrade:
sudo -u alaveteli RAILS_ENV=production \
/var/www/alaveteli/script/rails-post-deploy
-This sets up installs Ruby dependencies, installs/updates themes, runs database
+This installs Ruby dependencies, installs/updates themes, runs database
migrations, updates shared directories and runs other tasks that need to be run
after a software update.