From 4616a26cc5775c315a6717dbde725fd979e8df47 Mon Sep 17 00:00:00 2001 From: Leex Date: Sat, 31 May 2025 22:09:26 +0200 Subject: [PATCH] Update README.md Added "-b stable" as this is now the release state --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f70302c..6322c0a 100644 --- a/README.md +++ b/README.md @@ -66,7 +66,7 @@ Before you begin, make sure you have the following software installed: Clone the repository and navigate to the project directory: ```bash -git clone https://github.com/coleam00/local-ai-packaged.git +git clone -b stable https://github.com/coleam00/local-ai-packaged.git cd local-ai-packaged ```