From 0031bade1e664b2dd7f0464310527a7f3fb822a1 Mon Sep 17 00:00:00 2001 From: "A. Cristallo" Date: Wed, 21 Mar 2018 16:01:09 +0100 Subject: [PATCH] update instructions Minor syntax changes --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 18e1ee09..699ed676 100644 --- a/README.md +++ b/README.md @@ -92,7 +92,7 @@ Starting AIL web interface To start the web interface, you first need to fetch the required JavaScript/CSS files: ```bash -cd $AILENV +cd $AILENV . cd var/www/ bash update_thirdparty.sh ``` @@ -100,9 +100,9 @@ bash update_thirdparty.sh and then you can start the web interface python script: ```bash -cd $AILENV +cd $AILENV . cd var/www/ -Flask_server.py +./Flask_server.py ``` Eventually you can browse the status of the AIL framework website at the following URL: