From 0c07bc9105dd83bf8d09ea0304ac10e13b0bc83b Mon Sep 17 00:00:00 2001 From: Dustin Loring Date: Fri, 20 Dec 2024 09:50:47 -0500 Subject: [PATCH] docs: added info on the Releases Page Added the option to download from the Releases Page instead of git clone in the README --- README.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6aaf14f..8d3f7bc 100644 --- a/README.md +++ b/README.md @@ -100,7 +100,9 @@ If you're new to installing software from GitHub, don't worry! If you encounter ``` Look for `/usr/local/bin` in the output. -### Clone the Repository +### Clone the Repository + +Alternatively, you can download the latest version of the project directly from the [Releases Page](https://github.com/stackblitz-labs/bolt.diy/releases/latest). Simply download the .zip file, extract it, and proceed with the setup instructions below. If you are comfertiable using git then run the command below. Clone the repository using Git: