diff -urP mkws/1.0.7/mkws/HOWTO mkws/2.0.7/mkws/HOWTO
--- mkws/1.0.7/mkws/HOWTO Tue Aug 18 22:47:08 2020
+++ mkws/2.0.7/mkws/HOWTO Wed Aug 26 15:29:30 2020
@@ -1,7 +1,7 @@
# `mkws(1)` HowTos
A collection of **How To**s for building sites with
-[`mkws(1)`](https://mkws.sh/)
+[`mkws(1)`](https://mkws.sh)
## How To Add a Navigation Menu
In order to add a navigation menu to your website, all you have to do
diff -urP mkws/1.0.7/mkws/README mkws/2.0.7/mkws/README
--- mkws/1.0.7/mkws/README Tue Aug 18 22:47:09 2020
+++ mkws/2.0.7/mkws/README Wed Aug 26 15:29:30 2020
@@ -16,13 +16,13 @@
## Installation (applies to [Linux](https://kernel.org))
-You'll have to download [https://mkws.sh/mkws@1.0.7.tgz](
-https://mkws.sh/mkws@1.0.7.tgz). Once you have the archive, unpack
+You'll have to download [https://mkws.sh/mkws@2.0.7.tgz](
+https://mkws.sh/mkws@2.0.7.tgz). Once you have the archive, unpack
it and rename the newly created directory:
mkdir -p ~/src/
cd ~/src/
- tar -xzfv ~/Downloads/mkws@1.0.7.tgz
+ tar -xzfv ~/Downloads/mkws@2.0.7.tgz
mv ws.sh example.com
## Make web site
diff -urP mkws/1.0.7/mkws/mkws mkws/2.0.7/mkws/mkws
--- mkws/1.0.7/mkws/mkws Tue Aug 18 22:47:09 2020
+++ mkws/2.0.7/mkws/mkws Wed Aug 26 15:29:30 2020
@@ -1,4 +1,4 @@
-#!/bin/sh
+#!/bin/sh -e
usage() {
>&2 printf "usage: %s url [path]\n" "$(basename "$0")"