aboutsummaryrefslogtreecommitdiff
path: root/INSTALL
diff options
context:
space:
mode:
authorKaren Arutyunov <karen@codesynthesis.com>2017-04-22 22:22:31 +0300
committerKaren Arutyunov <karen@codesynthesis.com>2017-04-22 22:22:31 +0300
commit57204e964ec4423b6bb240404520ed240e9db9a0 (patch)
tree8f1fd360f2df57f8d888c1f5eb986b3d9eab4670 /INSTALL
parentba58990a0cc4fe39f974ac605bcd1ab3a8c829c1 (diff)
Add search-title option to etc/brep-module.conf
Diffstat (limited to 'INSTALL')
-rw-r--r--INSTALL4
1 files changed, 2 insertions, 2 deletions
diff --git a/INSTALL b/INSTALL
index d5c5560..f6e967d 100644
--- a/INSTALL
+++ b/INSTALL
@@ -270,7 +270,7 @@ cron job is a natural choice.
The following crontab entry will execute the loader every five minutes:
-$ crontab -
+$ crontab -l
MAILTO=<brep-admin-email>
PATH=/usr/local/bin:/bin:/usr/bin
*/5 * * * * $HOME/install/bin/brep-load $HOME/config/loadtab
@@ -353,7 +353,7 @@ $ sudo systemctl stop apache2
Install new brep:
-$ rm -rf install/*
+$ rm -rf ../install/*
$ bpkg install brep
$ cd ..