From b22d32ed7b2f1f3e0e8a37a0dd7c5310b08e0251 Mon Sep 17 00:00:00 2001 From: rahulp13 Date: Fri, 7 Aug 2020 23:10:21 +0530 Subject: updated manual documentation --- Ubuntu/README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) (limited to 'Ubuntu') 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_.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-` to a zip format for distribution. +7. Compress `eSim-` to a zip format for distribution. -- cgit