mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-01-18 16:35:31 +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
|
|
@ -1,5 +1,22 @@
|
|||
# ⚠️ **Breaking Changes** ⚠️
|
||||
|
||||
## v0.5.8
|
||||
**If you have issues after updating, please try to clear your browser cache and cookies!**
|
||||
|
||||
Some of the latest changes affect the cookies and can cause weird behaviors if not properly cleared.
|
||||
|
||||
## v0.5.7
|
||||
|
||||
Now, we have an easier and safer way to update LibreChat. You can simply run `npm run update` from the project directory for a clean update.
|
||||
If you want to skip the prompt you can use
|
||||
|
||||
for a docker install:
|
||||
- `npm run update:docker`
|
||||
|
||||
for a local install:
|
||||
- `npm run update:local`
|
||||
|
||||
|
||||
## v0.5.5
|
||||
Some users have reported an error after updating their docker containers.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue