aboutsummaryrefslogtreecommitdiff
path: root/INSTALL-DEV
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-09-02 08:37:15 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-09-02 08:37:15 +0200
commit207e5156c5664822e0aee8bcc3057adc61027f5b (patch)
tree2a74a00e551e545f031a43510c241cb6e4a0f1ed /INSTALL-DEV
parentfa1fca26c52df81d7de43e4dcfcbf6fba55c35c4 (diff)
Update INSTALL instructions
Diffstat (limited to 'INSTALL-DEV')
-rw-r--r--INSTALL-DEV4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL-DEV b/INSTALL-DEV
index d14dfab..b301a49 100644
--- a/INSTALL-DEV
+++ b/INSTALL-DEV
@@ -125,7 +125,7 @@ load/brep-load --bpkg ../bpkg/bpkg/bpkg tests/load/r.conf
sudo /etc/init.d/apache2 restart
sudo systemctl restart apache2
-Note that if instead need to recreate the whole database (e.g., migration is
-not possible), then one way to do it would be:
+Note that if instead you need to recreate the whole database (e.g., migration
+is not possible), then one way to do it would be:
psql -d brep -c 'DROP OWNED BY <user>'