diff options
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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`. |