Skip to content

Commit

Permalink
docs: general update (danny-avila#781)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
fuegovic authored Aug 9, 2023
1 parent 251d8ac commit f101419
Show file tree
Hide file tree
Showing 6 changed files with 31 additions and 21 deletions.
1 change: 0 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ Click on the thumbnail to open the video☝️
---

## ⚠️ [Breaking Changes](docs/general_info/breaking_changes.md) ⚠️
**Applies to [v0.5.4](docs/general_info/breaking_changes.md#v054) & [v0.5.5](docs/general_info/breaking_changes.md#v055)**

**Please read this before updating from a previous version**

Expand Down
17 changes: 17 additions & 0 deletions docs/general_info/breaking_changes.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
5 changes: 1 addition & 4 deletions docs/install/docker_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion docs/install/linux_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---

Expand Down
5 changes: 2 additions & 3 deletions docs/install/mac_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

---

Expand Down
22 changes: 10 additions & 12 deletions docs/install/windows_install.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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.

---

Expand Down

0 comments on commit f101419

Please sign in to comment.