From 953e10b42bae5e2e88e3f522e2388993650d2e8e Mon Sep 17 00:00:00 2001 From: Simon Gellis Date: Thu, 19 Dec 2024 22:51:13 -0500 Subject: [PATCH] Add installation instructions to the release --- scripts/release.sh | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/scripts/release.sh b/scripts/release.sh index d2c7abc..705d288 100755 --- a/scripts/release.sh +++ b/scripts/release.sh @@ -23,7 +23,25 @@ docker build -f build.Dockerfile -t lemur-build . MSYS_NO_PATHCONV=1 docker run -it --rm -v .:/app -w /app --entrypoint bash lemur-build /app/scripts/do-bundle.sh read -r -d EOF 'body' <