diff options
author | Rahul P | 2019-12-09 16:15:48 +0530 |
---|---|---|
committer | GitHub | 2019-12-09 16:15:48 +0530 |
commit | 9ba83b756f2c188a1c5a5a6b76aacd46968d8286 (patch) | |
tree | 0d58ab538f99cfd978683ce558860b3056c8ce71 /INSTALL | |
parent | 844696f22b2873f9c9d8809ef597d5e6345a346e (diff) | |
parent | 2d945bb6019b44fe1f988fba0899ee382f7ee20a (diff) | |
download | eSim-9ba83b756f2c188a1c5a5a6b76aacd46968d8286.tar.gz eSim-9ba83b756f2c188a1c5a5a6b76aacd46968d8286.tar.bz2 eSim-9ba83b756f2c188a1c5a5a6b76aacd46968d8286.zip |
Merge pull request #122 from rahulp13/master
update version, absolute path - online/offline feature
Diffstat (limited to 'INSTALL')
-rw-r--r-- | INSTALL | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -14,13 +14,13 @@ Table of contents After downloading eSim, extract it using: - $ unzip eSim.zip + $ unzip eSim-1.1.3.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. |