diff options
author | Fahim | 2015-12-30 20:27:48 +0530 |
---|---|---|
committer | Fahim | 2015-12-30 20:27:48 +0530 |
commit | 68a09bc6f91407952d94e8916a9bf7ba010e64dc (patch) | |
tree | 45b51b6d0792631d5abf6293f690ea62cec7ba88 | |
parent | 85ce22ed17002d1bfe76dd59677272dd6d2556ef (diff) | |
parent | af8f40dbce0b999ebb1691ba9fa1b066c2e858a3 (diff) | |
download | eSim-68a09bc6f91407952d94e8916a9bf7ba010e64dc.tar.gz eSim-68a09bc6f91407952d94e8916a9bf7ba010e64dc.tar.bz2 eSim-68a09bc6f91407952d94e8916a9bf7ba010e64dc.zip |
Merge pull request #50 from kavyamanohar/patch-1
Remove extra dot from install instruction
-rw-r--r-- | INSTALL | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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. |