commit 599cb156a2b18dc7e3b1c6e6b03be805a1e1bee7 Author: Arlo Breault arlolra@gmail.com Date: Fri Nov 15 22:01:25 2013 -0800
Readme formatting. --- Readme.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-)
diff --git a/Readme.md b/Readme.md index 2a58ac2..5698fb9 100644 --- a/Readme.md +++ b/Readme.md @@ -49,15 +49,15 @@ Then setup a cron job to run a script like `scripts/cpexits.sh` every hour. Sett Assuming debian, install the dependencies,
apt-get install git golang gettext python-dateutil python-stem - go get github.com/samuel/go-gettext/gettext + go get github.com/samuel/go-gettext/gettext
The cron job and init script assume a base directory of `/opt/check`.
git clone https://git.torproject.org/check.git /opt/check - cd /opt/check - make i18n - make exits - make install + cd /opt/check + make i18n + make exits + make install
Then you start it up,
tor-commits@lists.torproject.org