From 02778d3ca1aa5a912daf23b4601d0a900c6c900f Mon Sep 17 00:00:00 2001 From: Emil Lerch Date: Thu, 31 Oct 2024 14:13:22 -0700 Subject: [PATCH] finalize installation instructions in readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 17b5a88..37504c4 100644 --- a/README.md +++ b/README.md @@ -10,7 +10,7 @@ Put the following lines in your `.envrc`: ```sh if ! has zvm_direnv_version || ! zvm_direnv_version 1.0.0; then - source_url "https://git.lerch.org/lobo/zvm-direnv/1.0.0/direnvrc" #"sha256-RuwIS+QKFj/T9M2TFXScjBsLR6V3A17YVoEW/Q6AZ1w=" + source_url "https://git.lerch.org/lobo/zvm-direnv/raw/tag/1.0.0/direnvrc" "sha256-Gtddvcr6aJsrjKd53uChxA1reQmJgEBpmPUWmMdtDIQ=" fi ```