diff --git a/doc/xschem_man/tutorial_xschem_sky130.html b/doc/xschem_man/tutorial_xschem_sky130.html
index 508ec1f7..e4d58c02 100644
--- a/doc/xschem_man/tutorial_xschem_sky130.html
+++ b/doc/xschem_man/tutorial_xschem_sky130.html
@@ -49,7 +49,17 @@ make
## install the program and needed files.
make install
-
+
+ You need to create the following .spiceinit file in the directory where simulations are run
+ (typically ~/.xschem/simulations)
+ or in your home directory. This file sets some default behavior for reading .lib files and speeds up loading pdk model files.
+
+set ngbehavior=hsa
+set ng_nomodcheck
+
+