diff options
Diffstat (limited to 'Debian/readme.md')
-rw-r--r-- | Debian/readme.md | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/Debian/readme.md b/Debian/readme.md new file mode 100644 index 00000000..98d8543d --- /dev/null +++ b/Debian/readme.md @@ -0,0 +1,18 @@ +Ubuntu Installer Documentation +==== + + +It contains all the documenation for installers on Ubuntu 14.04 and above. + +## How to package eSim? + +1. Add the installer file in `eSim-<version>` folder. +2. Remove following files from the folder: + - `.git` folder + - `code` folder + - conf.py + - index.rst + - requirement.txt + - .gitignore + - .travis.yml +3. Add the tar file of `NGHDL` in the eSim folder. |