diff options
author | Bladen Martin | 2020-07-29 19:04:59 +0530 |
---|---|---|
committer | GitHub | 2020-07-29 19:04:59 +0530 |
commit | f0c7979f4ab41be5c0da7efb095b94bc5e416663 (patch) | |
tree | 9a319c647a9f767920c49802156c80205521207f | |
parent | 694cb5d1522bfe450fc9315e9220b71b3dbf12f6 (diff) | |
download | nghdl-f0c7979f4ab41be5c0da7efb095b94bc5e416663.tar.gz nghdl-f0c7979f4ab41be5c0da7efb095b94bc5e416663.tar.bz2 nghdl-f0c7979f4ab41be5c0da7efb095b94bc5e416663.zip |
Update readme.md
-rw-r--r-- | Windows/readme.md | 14 |
1 files 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 )
|