diff options
author | rahulp13 | 2020-08-07 18:21:38 +0530 |
---|---|---|
committer | rahulp13 | 2020-08-07 18:21:38 +0530 |
commit | c3832418ddb492148886055611a78459673c05bf (patch) | |
tree | 82746da6b424c3d196d3d847065f1b36b4316e35 | |
parent | 2e2d0167d642d7c53fb8bd1cc5954cb05df43430 (diff) | |
download | eSim-c3832418ddb492148886055611a78459673c05bf.tar.gz eSim-c3832418ddb492148886055611a78459673c05bf.tar.bz2 eSim-c3832418ddb492148886055611a78459673c05bf.zip |
update readme
-rwxr-xr-x | Ubuntu/README.md | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Ubuntu/README.md b/Ubuntu/README.md index b4a6cb8b..5c7c65d4 100755 --- a/Ubuntu/README.md +++ b/Ubuntu/README.md @@ -1,9 +1,9 @@ eSim Installer (Ubuntu OS) ==== -It contains the documentation to packaging eSim and making binaries for distribution. +It contains the documentation to package eSim for Ubuntu OS. -> Note: If planning to freeze the eSim source code for a target platform (Ubuntu OS), then refer this [documentation](executable.md). +> Note: If planning to freeze the eSim source code for a target platform (Ubuntu OS), then refer this [documentation](executable.md). Remember to update the installer script to work with this executable! ## How to package eSim for Ubuntu OS? @@ -12,7 +12,7 @@ It contains the documentation to packaging eSim and making binaries for distribu 2. Add the installer script `install-eSim.sh` in `eSim-<version>` folder. -3. Add the eSim executable (if available) in `eSim-<version>` folder. Also, remove following files from the folder: +3. Add the eSim executable (if available) in `eSim-<version>` folder. Also, remove following files from this folder: - `.git` folder - `code` folder - `src` folder (Applicable only if eSim executable is used) |