diff options
author | evuez <julien@mulga.net> | 2024-04-04 07:47:30 +0200 |
---|---|---|
committer | evuez <julien@mulga.net> | 2024-04-04 07:47:30 +0200 |
commit | dcaebffdcb61a6e50d583a23fd47bc4be8af2e5e (patch) | |
tree | fe6e0cba45a6e70cdaa418500187d36dd7b74863 /README.md | |
parent | ff174d9536db26945189593bf8194f18fbd5ce3f (diff) | |
download | uncron-dcaebffdcb61a6e50d583a23fd47bc4be8af2e5e.tar.gz |
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -13,7 +13,7 @@ Convert cron schedules into a human-readable form: The recommended solution is to use `nix`: -- Use `nix profile install http://git.k.mulga.net/julien/uncron/snapshot/uncron-main.tar.gz` to install uncron, -- Use `nix run http://git.k.mulga.net/julien/uncron/snapshot/uncron-main.tar.gz` to build and run the binary directly. +- Use `nix profile install https://git.k.mulga.net/julien/uncron/snapshot/uncron-main.tar.gz` to install uncron, +- Use `nix run https://git.k.mulga.net/julien/uncron/snapshot/uncron-main.tar.gz` to build and run the binary directly. If you have `cabal` installed, use `cabal build` or `cabal install`. |