diff options
author | Rahul P | 2020-03-18 13:11:36 +0530 |
---|---|---|
committer | GitHub | 2020-03-18 13:11:36 +0530 |
commit | 99b08f5300602a7ee5e4645bf79a3f9f3dcc8a15 (patch) | |
tree | a1bc64fd11cf7e55ad47df3b9c6d6d11f6df2ca2 /Windows/readme.md | |
parent | aa5adfa0b954f81945583260c1e1d71d9e093113 (diff) | |
parent | c2b4bedba011b72081282674197181cb4acc9f3c (diff) | |
download | eSim-99b08f5300602a7ee5e4645bf79a3f9f3dcc8a15.tar.gz eSim-99b08f5300602a7ee5e4645bf79a3f9f3dcc8a15.tar.bz2 eSim-99b08f5300602a7ee5e4645bf79a3f9f3dcc8a15.zip |
Merge pull request #138 from rahulp13/installers
update nsi script and readme
Diffstat (limited to 'Windows/readme.md')
-rw-r--r-- | Windows/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Windows/readme.md b/Windows/readme.md index 88180144..cd8ff979 100644 --- a/Windows/readme.md +++ b/Windows/readme.md @@ -120,7 +120,7 @@ It contains all the documenation for making eSim executable (using PyInstaller) - .travis.yml - `Examples\NGHDL_Examples\` folder -4. Remove `eSim_Nghdl.lib` file from `eSim\library\kicadLibrary\kicad_eSim-Library\`. Also, remove `library` folder, duplicate files from `template` and `modules` folders under `eSim\library\kicad\Libary\`. +4. Remove `eSim_Nghdl.lib` file from `eSim\library\kicadLibrary\kicad_eSim-Library\`. Also, remove `library` folder, duplicate files from `template` and `modules` folders under `eSim\library\kicadLibary\`. 5. Now, compress `eSim\library\kicadLibrary` in zip format, place it at `eSim\library` and delete that folder. |