From 24bf8598dee56ee566ac3afc01b3b7ef464fa355 Mon Sep 17 00:00:00 2001
From: Kavya Manohar
Date: Wed, 30 Dec 2015 20:15:19 +0530
Subject: Remove extra dot from install instruction

Linux installation command had an extra dot. Removed it.
---
 INSTALL | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/INSTALL b/INSTALL
index e0c9393c..cb3d5357 100644
--- a/INSTALL
+++ b/INSTALL
@@ -20,7 +20,7 @@ Table of contents
 
    To install eSim and other dependecies run the following command.
 
-   $ ../install-linux.sh --install
+   $ ./install-linux.sh --install
 
    Above script will install eSim along with dependencies.
 
-- 
cgit