From a0d1505d966f500f4f4b8fa8057f1879535ad5ef Mon Sep 17 00:00:00 2001
From: Sebastian Rieger <sebastian.rieger@informatik.hs-fulda.de>
Date: Mon, 6 Mar 2017 17:57:02 +0100
Subject: [PATCH] added some install documentation, added debug output for cron
 job

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index 4d1e451..537cc43 100644
--- a/README.md
+++ b/README.md
@@ -34,4 +34,4 @@ Setup instructions
     * "sudo crontab -e" add "*/5 * * * * /usr/bin/curl -o /var/log/virl-scheduler-cron.log http://localhost/virl-scheduler/api/cron.php" at the end of the file
 * Have fun using the scheduler to start VIRL simulations automatically, by accessing /virl-scheduler on your VIRL host. Login using a VIRL username and password, be sure to add a Session name (simulation name) and a VIRL topology (XML source of a topology file)
 
-* output of the cron job can be seen in **/var/log/virl-scheduler-cron.log** or by accessing http://<VIRL-Host>/virl-scheduler/api/cron.php" manually in your browser
\ No newline at end of file
+* output of the cron job can be seen in **/var/log/virl-scheduler-cron.log** or by accessing http://VIRL-Host/virl-scheduler/api/cron.php" manually in your browser
\ No newline at end of file
-- 
GitLab