aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorevuez <julien@mulga.net>2024-04-04 07:46:31 +0200
committerevuez <julien@mulga.net>2024-04-04 07:46:31 +0200
commit859482567a3b8e5d888deec3edf054ed00f73086 (patch)
treec332344b8671f8420ab740aae53dca9e13f001fa
parent985974c264804ff788b3b5242fef707d4b7fa9a6 (diff)
downloadwebmaild-859482567a3b8e5d888deec3edf054ed00f73086.tar.gz
Update archive URLs in readmeHEADmain
-rw-r--r--README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 68db103..8fc8998 100644
--- a/README.md
+++ b/README.md
@@ -16,7 +16,7 @@ Note that this is based on very loose interpretations of the respective RFCs for
The recommended solution is to use `nix`:
-- Use `nix profile install http://git.k.mulga.net/julien/webmaild/snapshot/webmaild-main.tar.gz` to install webmaild,
-- Use `nix run http://git.k.mulga.net/julien/webmaild/snapshot/webmaild-main.tar.gz` to build and run the binary directly.
+- Use `nix profile install https://git.k.mulga.net/julien/webmaild/snapshot/webmaild-main.tar.gz` to install webmaild,
+- Use `nix run https://git.k.mulga.net/julien/webmaild/snapshot/webmaild-main.tar.gz` to build and run the binary directly.
If you have `cabal` installed, use `cabal build` or `cabal install`.