diff options
author | Rahul P | 2020-08-08 20:25:41 +0530 |
---|---|---|
committer | GitHub | 2020-08-08 20:25:41 +0530 |
commit | ac223c4a69c701ad0a247401acdc48b8b6b6dba6 (patch) | |
tree | 6b3d022ba7b72a0f5ca882ebbae75a463a6d7e19 /Ubuntu/README.md | |
parent | 3d86dae3fcdc85b23012a5c347fa8f9abe0c4f40 (diff) | |
parent | a324a0606c1a7e8f9e3f357c85b8062a9c58cb0d (diff) | |
download | eSim-ac223c4a69c701ad0a247401acdc48b8b6b6dba6.tar.gz eSim-ac223c4a69c701ad0a247401acdc48b8b6b6dba6.tar.bz2 eSim-ac223c4a69c701ad0a247401acdc48b8b6b6dba6.zip |
Merge pull request #158 from rahulp13/installers
auto yes prompt; error-exit for install section; manual doc update
Diffstat (limited to 'Ubuntu/README.md')
-rwxr-xr-x | Ubuntu/README.md | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/Ubuntu/README.md b/Ubuntu/README.md index 5c7c65d4..08f88ce3 100755 --- a/Ubuntu/README.md +++ b/Ubuntu/README.md @@ -22,11 +22,15 @@ It contains the documentation to package eSim for Ubuntu OS. - requirement.txt - .gitignore - .travis.yml + - `library/browser/User-Manual/figures` folder + - library/browser/User-Manual/eSim.html -4. Add the zip file of `NGHDL` (`nghdl.zip`) in the eSim folder. +4. Add eSim user manual `eSim_Manual_<version>.pdf` at location `library/browser/User-Manual`. + +5. Add the zip file of `NGHDL` (`nghdl.zip`) in the eSim folder. > Note: Refer this [documentation](https://github.com/fossee/nghdl/tree/installers/Ubuntu/README.md) on packaging of NGHDL for Ubuntu OS. -5. Compress `kicadLibrary` folder to a `tar.xz` format. +6. Compress `kicadLibrary` folder to a `tar.xz` format and then remove that folder. -6. Compress `eSim-<version>` to a zip format for distribution. +7. Compress `eSim-<version>` to a zip format for distribution. |