From 911218e1ca7f8da5530b9ea51ec1325d184f24b3 Mon Sep 17 00:00:00 2001 From: James White Date: Sun, 15 Sep 2019 11:08:59 +0100 Subject: [PATCH] Pin install link --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 250c7bb7..07bfa567 100644 --- a/README.md +++ b/README.md @@ -116,7 +116,7 @@ instead. 2. Use the handy [install script](install.sh) or [grab the latest](https://github.com/jamesrwhite/minicron/releases/tag/v0.9.7) zip/tarball for your OS and install manually. ``` - bash -c "$(curl -sSL https://raw.githubusercontent.com/jamesrwhite/minicron/master/install.sh)" + bash -c "$(curl -sSL https://raw.githubusercontent.com/jamesrwhite/minicron/v0.9.7/install.sh)" ``` ..or [build it yourself](https://github.com/jamesrwhite/minicron-build) if you're feeling adventurous!