Skip to content

Commit bbe7084

Browse files
feat: Update outdated latest description and add "Getting Started" command (#8)
* update latest description * add mealie-getting-started command
1 parent 2c92760 commit bbe7084

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

app/bot/config.yml

+14-3
Original file line numberDiff line numberDiff line change
@@ -41,11 +41,11 @@ commands:
4141
content: |
4242
**Not sure which tag to pull?**
4343
44-
*Note: Since v1.0.0, Docker images are on both Github and Dockerhub*
44+
*Note: Since v1.0.0, Docker images are on both Github and Docker Hub*
4545
4646
**<version>** - Version-specific build of Mealie.
47-
**latest** - Latest stable release image of Mealie. *Note: This tag is not yet available, it will be available with the v1 stable release*
48-
**nightly** - Nightly build fresh off the mealie-next branch (if you're feeling brave)
47+
**latest** - Latest stable release image of Mealie.
48+
**nightly** - Nightly build fresh off the mealie-next branch (if you're feeling brave).
4949
5050
*See the [docker compose example](https://nightly.mealie.io/documentation/getting-started/installation/sqlite/) for most current tags for running Mealie*
5151
@@ -59,6 +59,17 @@ commands:
5959
[See all available tags on GitHub](https://github.com/mealie-recipes/mealie/pkgs/container/mealie)
6060
[Mealie's tags documentation](https://nightly.mealie.io/documentation/getting-started/installation/installation-checklist/#docker-tags)
6161
62+
- command: "mealie-getting-started"
63+
description: "Show helpful links for getting started with a fresh instance of Mealie"
64+
content: |
65+
**Getting Started with Mealie**
66+
67+
Mealie is self-hosted, meaning you need to install it on your own server. Here are some helpful links to get you started:
68+
69+
[Installation Checklist](https://nightly.mealie.io/documentation/getting-started/installation/installation-checklist/): step-by-step guide to installing Mealie
70+
[FAQ](https://nightly.mealie.io/documentation/getting-started/faq/): solutions to common first-time-setup issues, and answers to common questions
71+
[Configuration Options](https://nightly.mealie.io/documentation/getting-started/installation/backend-config/): how to configure Mealie to your liking
72+
6273
- command: "mealie-token-time"
6374
description: "Show information about the TOKEN_TIME variable"
6475
content: |

0 commit comments

Comments
 (0)