From 34148885b781e467a96d0beedd4c03f9f2f776ac Mon Sep 17 00:00:00 2001 From: Marco Beretta <81851188+Berry-13@users.noreply.github.com> Date: Fri, 3 Nov 2023 00:04:51 +0100 Subject: [PATCH] Update windows_install.md (#1132) --- docs/install/windows_install.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/install/windows_install.md b/docs/install/windows_install.md index 34f512e0a..9d0445fbf 100644 --- a/docs/install/windows_install.md +++ b/docs/install/windows_install.md @@ -25,9 +25,9 @@ In this video we're going to install LibreChat on Windows 11 using Docker and Gi - Git: https://git-scm.com/download/win - Follow the steps in the video to install and run Docker desktop and Git. - Open a terminal in the root of the C drive and enter these commands: - - `git clone https://github.com/danny-avila/LibreC...` + - `git clone https://github.com/danny-avila/LibreChat` - `cd LibreChat` - - `cp .env.example .env` + - `copy .env.example .env` - `docker-compose up` - Visit http://localhost:3080/ to access LibreChat. Create an account and start chatting.