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:
Fuegovic 2023-08-09 13:38:17 -04:00 committed by GitHub
parent 251d8ac410
commit f101419af3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 31 additions and 21 deletions

View file

@ -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