From 659cfc344f1203cddc86eb935f962393390113a3 Mon Sep 17 00:00:00 2001 From: Pierre Pronchery Date: Mon, 1 Jan 2018 19:08:07 +0100 Subject: [PATCH] Use HTTPS by default --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d53936b..26752c8 100644 --- a/README.md +++ b/README.md @@ -28,7 +28,7 @@ Generating Makefiles Alternatively, it is possible to re-generate the Makefiles for the current platform with `configure(1)` from the DeforaOS configure project, found at -. The procedure is then as +. The procedure is then as follows: $ configure @@ -39,7 +39,7 @@ instructions. A default set of Makefiles is provided with this project in order to avoid a circular dependency, as DeforaOS configure depends on libSystem itself. The -Makefiles provided target the NetBSD Operating System +Makefiles provided target the NetBSD Operating System by default.