mirror of
https://github.com/danny-avila/LibreChat.git
synced 2025-12-17 17:00:15 +01:00
* mkdocs plugins: add plugin for social cards and plugin that allow to exclude a folder * docs: fix hyperlinks * mkdocs: social cards (descriptions) for 'contributions' and 'deployment' guides * mkdocs: social cards (descriptions) for all 'index.md' * mkdocs: social cards (descriptions) for 'features' and 'plugins' * mkdocs: social cards (descriptions) for 'general_info' * mkdocs: social cards (descriptions) for 'configuration' * mkdocs: social cards (descriptions) for 'installation' * mkdocs: minor fixes * update librechat.svg * update how_to_contribute.md add reference to the official GitHub documentation
12 lines
No EOL
402 B
Markdown
12 lines
No EOL
402 B
Markdown
---
|
|
title: Installation
|
|
description: 🧑💻 This section contains the installation guides for Docker, Podman, Windows, Mac and Linux.
|
|
weight: 1
|
|
---
|
|
|
|
# Installation
|
|
* 🐳 [Docker Compose (✨ Recommended)](docker_compose_install.md)
|
|
* 🦦 [Container (Podman)](container_install.md)
|
|
* 🐧 [Linux](linux_install.md)
|
|
* 🍎 [Mac](mac_install.md)
|
|
* 🪟 [Windows](windows_install.md) |