diff options
author | rahulp13 | 2020-02-14 15:16:35 +0530 |
---|---|---|
committer | rahulp13 | 2020-02-14 15:16:35 +0530 |
commit | cb55e59de7ee4383c04edfae7c39ad9ae9552b36 (patch) | |
tree | de1b292a10e8196689bf1a208fe6fe32f4618846 /INSTALL | |
parent | 08d4a0336550a0e610709970a0c5d366e109fe82 (diff) | |
download | eSim-cb55e59de7ee4383c04edfae7c39ad9ae9552b36.tar.gz eSim-cb55e59de7ee4383c04edfae7c39ad9ae9552b36.tar.bz2 eSim-cb55e59de7ee4383c04edfae7c39ad9ae9552b36.zip |
common code for Win and Linux, merged py2 changes
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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. |