From f3363b560a09cf8199670c571329d739c271213d Mon Sep 17 00:00:00 2001
From: rahulp13
Date: Fri, 21 Feb 2020 13:02:47 +0530
Subject: update readme

---
 Debian/readme.md | 12 +++++-------
 1 file changed, 5 insertions(+), 7 deletions(-)

diff --git a/Debian/readme.md b/Debian/readme.md
index e35bcb2..2da9deb 100644
--- a/Debian/readme.md
+++ b/Debian/readme.md
@@ -42,7 +42,7 @@ Separate installers are required to resolve dependencies only for GHDL and are m
 
 5. Now uninstall PyQt4, sip, matplotlib, numpy, dateutil and cycler globally (if any).
 
-6. Test whether only nghdl dependencies are available or not:
+6. Test whether only NGHDL dependencies are available or not:
 
 		$ pip freeze
 
@@ -52,17 +52,15 @@ Separate installers are required to resolve dependencies only for GHDL and are m
 
 7. Create spec file as:
 
-		$ pyi-makespec --onefile <path_to_nghdl>/src/ngspice_ghdl.py
+		$ pyi-makespec --onefile -n nghdl <path_to_nghdl>/src/ngspice_ghdl.py
 
 8. Add `PyQt4.sip` as hiddenimports in the generated spec file.
 
-9. Change the `exe` name field to `nghdl` in the generated spec file.
-
-10. Create onefile executable using pyinstaller as:
+9. Create onefile executable using pyinstaller as:
 		
-		$ pyinstaller -F --clean Application.spec
+		$ pyinstaller -F --clean nghdl.spec
 
-11. Verify whether all `*.py` files have been included in `Analysis-00.toc` file under the build folder generated by PyInstaller.
+10. Verify whether all NGHDL `src` files (`*.py`) have been included in `Analysis-00.toc` file under the build folder generated by PyInstaller.
 
 
 
-- 
cgit