We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c11fbde commit 3414888Copy full SHA for 3414888
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
25
- Git: https://git-scm.com/download/win
26
- Follow the steps in the video to install and run Docker desktop and Git.
27
- Open a terminal in the root of the C drive and enter these commands:
28
- - `git clone https://github.com/danny-avila/LibreC...`
+ - `git clone https://github.com/danny-avila/LibreChat`
29
- `cd LibreChat`
30
- - `cp .env.example .env`
+ - `copy .env.example .env`
31
- `docker-compose up`
32
- Visit http://localhost:3080/ to access LibreChat. Create an account and start chatting.
33
0 commit comments