mirror of
https://github.com/danny-avila/LibreChat.git
synced 2026-02-21 01:44:09 +01:00
Fix: install instructions (#272)
* Update windows_install.md removed -dev argument * Update mac_install.md removed `-dev` arguments * Update linux_install.md removed "-dev" argument * Update windows_install.md correction to update procedure * Update windows_install.md updat bat file instruction * Update mac_install.md update bash command * Update linux_install.md update bash script and update instructions * Update linux_install.md fix mistake in update instruction
This commit is contained in:
parent
501a15a18f
commit
9de7da91a7
3 changed files with 20 additions and 16 deletions
|
|
@ -59,7 +59,7 @@ Follow the instructions for setting up proxies, access tokens, and user system:
|
|||
|
||||
- Create a .env file in the api directory by running cp api/.env.example api/.env and edit the file with your preferred text editor, adding the required API keys, access tokens, and MongoDB connection string
|
||||
- Run npm ci root directory `npm ci`
|
||||
- Build the client by running `npm run frontend-dev`
|
||||
- Build the client by running `npm run frontend`
|
||||
|
||||
**Download MeiliSearch for macOS:**
|
||||
- You can download the latest MeiliSearch binary for macOS from their GitHub releases page: https://github.com/meilisearch/MeiliSearch/releases. Look for the file named meilisearch-macos-amd64 (or the equivalent for your system architecture) and download it.
|
||||
|
|
@ -102,7 +102,7 @@ Visit http://localhost:3080 (default port) & enjoy
|
|||
if [ -x "$(command -v ./meilisearch)" ]; then
|
||||
./meilisearch --master-key your_master_key_goes_here &
|
||||
fi
|
||||
cd api && npm start
|
||||
npm run backend
|
||||
```
|
||||
|
||||
**Make the script executable by running**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue