diff -urP mkws/3.0.2/mkws/README mkws/3.0.3/mkws/README
--- mkws/3.0.2/mkws/README Mon Sep 7 13:29:36 2020
+++ mkws/3.0.3/mkws/README Tue Sep 8 22:38:11 2020
@@ -16,13 +16,13 @@
## Installation (applies to [Linux](https://kernel.org))
-You'll have to download [https://mkws.sh/mkws@3.0.3.tgz](
-https://mkws.sh/mkws@3.0.3.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.3.tgz
+ tar -xzfv ~/Downloads/mkws@4.0.0.tgz
mv ws.sh example.com
## Make web site
diff -urP mkws/3.0.2/mkws/mkws mkws/3.0.3/mkws/mkws
--- mkws/3.0.2/mkws/mkws Mon Sep 7 13:29:37 2020
+++ mkws/3.0.3/mkws/mkws Tue Sep 8 22:38:11 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