From 185981dd962e19fa17062745becb17f45f7f4c9c Mon Sep 17 00:00:00 2001 From: Silentoplayz <50341825+Silentoplayz@users.noreply.github.com> Date: Thu, 10 Apr 2025 15:44:07 -0400 Subject: [PATCH] Update development.md bump --- docs/getting-started/advanced-topics/development.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/getting-started/advanced-topics/development.md b/docs/getting-started/advanced-topics/development.md index 71513a6..59a7f57 100644 --- a/docs/getting-started/advanced-topics/development.md +++ b/docs/getting-started/advanced-topics/development.md @@ -25,6 +25,10 @@ We'll set up both the frontend (user interface) and backend (API and server logi First, use `git clone` to download the Open WebUI repository to your local machine. This will create a local copy of the project on your computer. +1. **Open your terminal** (or Git Bash if you're on Windows and using Git Bash). +2. **Navigate to the directory** where you want to store the Open WebUI project. +3. **Clone the repository:** Run the following command: + ```bash git clone https://github.com/open-webui/open-webui.git cd open-webui