From 4f2e37fc1f2349bca56ab9669660d213948f60ff Mon Sep 17 00:00:00 2001 From: max Date: Sun, 14 Jan 2024 01:21:38 +0000 Subject: [PATCH] feat: add readme quicklink --- README.md | 6 ++++-- devfile.yaml | 4 ++-- 2 files changed, 6 insertions(+), 4 deletions(-) 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