From f0c7979f4ab41be5c0da7efb095b94bc5e416663 Mon Sep 17 00:00:00 2001 From: Bladen Martin Date: Wed, 29 Jul 2020 19:04:59 +0530 Subject: Update readme.md --- Windows/readme.md | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/Windows/readme.md b/Windows/readme.md index 799e4c9..6f5aae9 100644 --- a/Windows/readme.md +++ b/Windows/readme.md @@ -82,17 +82,17 @@ It contains all the documenation for making NGHDL executable (using PyInstaller) 3. Remove the following files at /nghdl/ - .gitignore - GHDLside.md - - Readme.md - Workflow.md -4. Place **nghdl** folder containing `src folder`, `Examples folder` & `LICENSE`under folder named eSim/ +4. Place **nghdl** folder containing `src folder`, `Example folder` & `LICENSE` under folder named eSim/ -5. Final directory structure should be: eSim/nghdl/Examples - eSim/nghdL/src - eSim/nghdl/LICENSE +5. Final directory structure should be: +- eSim/nghdl/Example +- eSim/nghdl/src +- eSim/nghdl/LICENSE -6. Compress the `eSim` folder from step 4 in 7z format (Make sure that there is folder named `eSim` inside this compressed file) and name it as `nghdl-src.7z`. - (7z compression tool can be downloaded from - https://www.7-zip.org/download.html ) +6. Compress the `eSim` folder from step 4 in 7z format (Make sure that there is folder named `eSim` inside this compressed file) and name it as `nghdl-src.7z`.\ +(7z compression tool can be downloaded from - https://www.7-zip.org/download.html ) 7. ALong with `nghdl-src.7z` from step 5, place the following 7z files at the installer folder for eSim. (these can be obtained under *sources/* folder in the repository ) -- cgit