mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 00:40:14 +01:00
docs: general update (#781)
* Update windows_install.md * Update linux_install.md * Update mac_install.md * Update docker_install.md * Update linux_install.md * Update windows_install.md * Update README.md * Update breaking_changes.md * Update breaking_changes.md
This commit is contained in:
parent
251d8ac410
commit
f101419af3
6 changed files with 31 additions and 21 deletions
|
|
@ -37,10 +37,7 @@ Once you have completed all the setup, you can start the LibreChat application b
|
|||
That's it! If you need more detailed information on configuring your compose file, see my notes below.
|
||||
|
||||
## Updating LibreChat
|
||||
To update LibreChat. enter these commands one after the other from the root dir:
|
||||
- git pull
|
||||
- docker-compose build
|
||||
- docker-compose up
|
||||
- Run `npm run update` from the project directory for a clean installation.
|
||||
|
||||
## Advanced Settings
|
||||
|
||||
|
|
|
|||
|
|
@ -128,7 +128,7 @@ gnome-terminal --tab --title="LibreChat" --working-directory=/home/user/LibreCha
|
|||
|
||||
## Update the app version
|
||||
|
||||
If you update the LibreChat project files, manually redo the npm ci and npm run frontend steps.
|
||||
- Run `npm run update` from the project directory for a clean installation.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -87,9 +87,8 @@ npm run backend
|
|||
|
||||
|
||||
## **Update**
|
||||
- run `git pull` from the root dir
|
||||
- Run npm ci from root directory `npm ci`
|
||||
- Build the client by running `npm run frontend`
|
||||
|
||||
- Run `npm run update` from the project directory for a clean installation.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
|
|
@ -9,14 +9,15 @@ Click on the thumbnail to open the video☝️
|
|||
In this video we're going to install LibreChat on Windows 11 using Docker and Git.
|
||||
|
||||
#### Timestamps
|
||||
0:00 - Intro
|
||||
0:10 - Requirements
|
||||
0:31 - Docker Installation
|
||||
1:50 - Git Installation
|
||||
2:27 - LibreChat Installation
|
||||
3:07 - Start LibreChat
|
||||
3:59 - Access to LibreChat
|
||||
4:23 - Outro
|
||||
|
||||
- 0:00 - Intro
|
||||
- 0:10 - Requirements
|
||||
- 0:31 - Docker Installation
|
||||
- 1:50 - Git Installation
|
||||
- 2:27 - LibreChat Installation
|
||||
- 3:07 - Start LibreChat
|
||||
- 3:59 - Access to LibreChat
|
||||
- 4:23 - Outro
|
||||
|
||||
#### Instructions
|
||||
- To install LibreChat, you need Docker desktop and Git. Download them from these links:
|
||||
|
|
@ -103,11 +104,8 @@ Have fun!
|
|||
---
|
||||
|
||||
## **Update**
|
||||
To update LibreChat:
|
||||
- run `git pull` from the root dir
|
||||
- Run npm ci from root directory `npm ci`
|
||||
- Build the client by running `npm run frontend`
|
||||
|
||||
- Run `npm run update` from the project directory for a clean installation.
|
||||
|
||||
---
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue