diff --git a/doc/xschem_man/tutorial_xschem_sky130.html b/doc/xschem_man/tutorial_xschem_sky130.html
index 3d0dbb2a..cc131593 100644
--- a/doc/xschem_man/tutorial_xschem_sky130.html
+++ b/doc/xschem_man/tutorial_xschem_sky130.html
@@ -51,7 +51,7 @@ cd release
## build the program
make
## install the program and needed files.
-make install
+sudo make install
@@ -87,7 +87,7 @@ cd open_pdks
## reported after each step.
./configure --enable-sky130-pdk
make
-make install
+sudo make install
If you want to install also the gf180mcu pdk replace the above ./configure command with the following: