diff --git a/README.md b/README.md index 45dd250..c604fb1 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,5 @@ -# Rust bootstrap project +# Discord AGAU (A Gundam Among Us) -The goal of this tiny project is to have a devfile that allow the fast bootstrap of a rust project +![WeeboChe](https://img.shields.io/badge/Weebo-Che?style=for-the-badge&logo=eclipseche&labelColor=525C86&color=FDB940&link=https%3A%2F%2Fche.dev.weebo.fr%2F%23git%40git.weebo.fr%3Asandbox%2FBotDiscord.git) + +The goal of this project is to bring back my different discord boy and create a single point of feature diff --git a/devfile.yaml b/devfile.yaml index 8964064..9f4527f 100644 --- a/devfile.yaml +++ b/devfile.yaml @@ -1,6 +1,6 @@ schemaVersion: 2.2.0 metadata: - name: BootstrapRust + name: BotDiscord language: rust version: 1.0.0 @@ -8,7 +8,7 @@ projects: - name: template git: remotes: - origin: git@git.weebo.fr:BootstrapProject/Rust.git + origin: git@git.weebo.fr:sandbox/BotDiscord.git components: - name: tools