diff --git a/README.md b/README.md index 283a989..eccae40 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,26 @@ [License Icon]: https://img.shields.io/badge/license-Apache2.0-blue.svg [License]: LICENSE + +
+ + + +
+ + ## Features overview This is a list of some of the Bots available features. For a more comprehensive diff --git a/database/README.md b/database/README.md index 1c92b57..49f81c6 100644 --- a/database/README.md +++ b/database/README.md @@ -1,7 +1,18 @@ # serenity-discord-bot/database + ++ +
+ + This directory is only used for your database migrations from sqlx. They work with the sqlx cli utility which can be installed using: + ```sh cargo install sqlx-cli ```