From 632ca9e50c4dffce5316b235ac0dbb3a2ff27b4b Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Thu, 10 Feb 2022 02:29:14 +0530 Subject: fixed docs on eSim version change and packaging --- Ubuntu/README.md | 2 +- Version_Change.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Ubuntu/README.md b/Ubuntu/README.md index 08f88ce3..3363fa01 100755 --- a/Ubuntu/README.md +++ b/Ubuntu/README.md @@ -10,7 +10,7 @@ It contains the documentation to package eSim for Ubuntu OS. 1. Take the `master` branch containing the source code. Rename the folder to `eSim-`. -2. Add the installer script `install-eSim.sh` in `eSim-` folder. +2. Add the installer script `install-eSim.sh` from `installers` branch to `eSim-` folder. 3. Add the eSim executable (if available) in `eSim-` folder. Also, remove following files from this folder: - `.git` folder diff --git a/Version_Change.md b/Version_Change.md index 4397f907..8b5c6b44 100644 --- a/Version_Change.md +++ b/Version_Change.md @@ -5,7 +5,7 @@ Following are the changes to be done when a new release of eSim is to be made: 1. `master/VERSION` - Change the version number -2. `master/conf.py` - Update `release` variable +2. `master/conf.py` - Update `version` and `release` variables 3. `master/setup.py` - Update `version` field in `setup` function -- cgit