diff -urP mkws/3.0.8/mkws/README mkws/4.0.0/mkws/README
--- mkws/3.0.8/mkws/README	Sat Sep  5 20:19:32 2020
+++ mkws/4.0.0/mkws/README	Wed Sep  9 19:29:21 2020
@@ -16,13 +16,13 @@
 
 ## Installation (applies to [Linux](https://kernel.org))
 
-You'll have to download [https://mkws.sh/mkws@3.0.8.tgz](
-https://mkws.sh/mkws@3.0.8.tgz). Once you have the archive, unpack
+You'll have to download [https://mkws.sh/mkws@4.0.0.tgz](
+https://mkws.sh/mkws@4.0.0.tgz). Once you have the archive, unpack
 it and rename the newly created directory:
 
 	mkdir -p ~/src/
 	cd ~/src/
-	tar -xzfv ~/Downloads/mkws@3.0.8.tgz
+	tar -xzfv ~/Downloads/mkws@4.0.0.tgz
 	mv ws.sh example.com
 
 ## Make web site
diff -urP mkws/3.0.8/mkws/mkws mkws/4.0.0/mkws/mkws
--- mkws/3.0.8/mkws/mkws	Sat Sep  5 20:19:32 2020
+++ mkws/4.0.0/mkws/mkws	Wed Sep  9 19:29:21 2020
@@ -29,6 +29,3 @@
 
 echo "Making sitemap.xml"
 pp "$sharedir"/sitemap.uppxml "$1" > sitemap.xml
-
-echo "Making robots.txt"
-pp "$sharedir"/robots.upptxt "$1" > robots.txt