docs: fix various broken docker_compose_install.md links in docs (#882)

* docs: fix broken docker_compose_install.md link in mac install docs

* docs: fix all other broken docker_compose_install.md links
This commit is contained in:
Dominic H 2023-09-06 16:20:33 +02:00 committed by GitHub
parent 731f6a449d
commit 64f1557852
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 30 additions and 30 deletions

View file

@ -1,5 +1,5 @@
# Mac Installation Guide
## **Recommended : [Docker Install](docker_install.md)**
## **Recommended : [Docker Install](docker_compose_install.md)**
---
@ -16,7 +16,7 @@
- Change into the cloned directory by running cd LibreChat
- If using MongoDB Atlas, remove &w=majority from the default connection string
Follow the instructions for setting up proxies, access tokens, and user system:
## [Create a MongoDB database](mongodb.md) (Required)
## [Get Your API keys and Tokens](apis_and_tokens.md) (Required)
@ -74,13 +74,13 @@ fi
npm run backend
```
### **Make the script executable by running**
### **Make the script executable by running**
```
chmod +x start_chatgpt.sh
```
### **Start LibreChat by running**
### **Start LibreChat by running**
```
./start_chatgpt.sh
```