From cb55e59de7ee4383c04edfae7c39ad9ae9552b36 Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Fri, 14 Feb 2020 15:16:35 +0530 Subject: common code for Win and Linux, merged py2 changes --- INSTALL | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'INSTALL') diff --git a/INSTALL b/INSTALL index 97e090d9..14494a60 100644 --- a/INSTALL +++ b/INSTALL @@ -14,13 +14,13 @@ Table of contents After downloading eSim, extract it using: - $ unzip eSim.zip + $ unzip eSim-2.0.zip Now change directories in to the top-level source directory (where this INSTALL file can be found). To install eSim and other dependecies run the following command. - $ ./install-linux.sh --install + $ ./install-eSim.sh --install Above script will install eSim along with dependencies. @@ -39,7 +39,7 @@ Table of contents 2. eSim installation in Windows - After downloading eSim for Windows from esim.fossee.in , extract it. + After downloading eSim for Windows from esim.fossee.in , extract it. Disable the antivirus (if any). Now right click the `Setup.exe` and `run it as Administrator`. And then follow the instruction. -- cgit