1
Fork 0
mirror of https://github.com/allthingslinux/tux.git synced 2024-10-02 16:43:12 +00:00

Add explanations for the optional dependencies

This commit is contained in:
electron271 2024-07-31 10:03:57 -05:00
parent c52ca09555
commit 839d16509e
No known key found for this signature in database
GPG key ID: 1173E6CDFA0294D5

View file

@ -53,9 +53,9 @@ Tux is a Discord bot for the All Things Linux Discord server. It is designed to
### Prerequisites
- Python 3.12
- [Poetry](https://python-poetry.org/docs/)
- Optional: [Docker](https://docs.docker.com/get-docker/)
- Optional: [Docker Compose](https://docs.docker.com/compose/install/)
- Optional: [Just](https://github.com/casey/just/)
- Optional: [Docker](https://docs.docker.com/get-docker/) if you want to run the bot in a container.
- Optional: [Docker Compose](https://docs.docker.com/compose/install/) if you want to define the container environment in a `docker-compose.yml` file.
- Optional: [Just](https://github.com/casey/just/) if you want to use the Justfile for easy CLI commands.
### Steps
1. Clone the repository