From 343d0f612d3df7422df5d7ea8fbe1f452f143f49 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Florian=20H=C3=BCbner?= Date: Fri, 8 Sep 2023 18:52:53 +0200 Subject: [PATCH] discord badge --- Makefile | 3 ++- README.md | 5 +++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index 04ee11e..0364755 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,8 @@ README.md: out/$(BIN_NAME) @echo "# $(BIN_NAME)" > README.md @echo "" >> README.md @echo "[![downloads](https://img.shields.io/github/downloads/nothub/mrpack-install/total.svg?style=flat-square&labelColor=5c5c5c&color=007D9C)](https://github.com/nothub/mrpack-install/releases/latest)" >> README.md - @echo "[![go ref](https://pkg.go.dev/badge/github.com/nothub/mrpack-install.svg)](https://pkg.go.dev/github.com/nothub/mrpack-install)" >> README.md + @echo "[![discord](https://img.shields.io/discord/1149744662131777546?style=flat-square&labelColor=5c5c5c&color=007D9C)](https://discord.gg/QNbTeGHBRm)" >> README.md + @echo "[![go pkg](https://pkg.go.dev/badge/github.com/nothub/mrpack-install.svg)](https://pkg.go.dev/github.com/nothub/mrpack-install)" >> README.md @echo "" >> README.md @echo "A cli application for installing Minecraft servers and [Modrinth](https://modrinth.com/) [modpacks](https://docs.modrinth.com/docs/modpacks/format_definition/)." >> README.md @echo "" >> README.md diff --git a/README.md b/README.md index 86f76d4..f1e9a3e 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,8 @@ # mrpack-install [![downloads](https://img.shields.io/github/downloads/nothub/mrpack-install/total.svg?style=flat-square&labelColor=5c5c5c&color=007D9C)](https://github.com/nothub/mrpack-install/releases/latest) -[![go ref](https://pkg.go.dev/badge/github.com/nothub/mrpack-install.svg)](https://pkg.go.dev/github.com/nothub/mrpack-install) +[![discord](https://img.shields.io/discord/1149744662131777546?style=flat-square&labelColor=5c5c5c&color=007D9C)](https://discord.gg/QNbTeGHBRm) +[![go pkg](https://pkg.go.dev/badge/github.com/nothub/mrpack-install.svg)](https://pkg.go.dev/github.com/nothub/mrpack-install) A cli application for installing Minecraft servers and [Modrinth](https://modrinth.com/) [modpacks](https://docs.modrinth.com/docs/modpacks/format_definition/). @@ -75,7 +76,7 @@ Global Flags: Download and configure one of several Minecraft server flavors. Usage: - mrpack-install server (vanilla | fabric | quilt | forge | paper) [flags] + mrpack-install server ( vanilla | fabric | quilt | forge | neoforge | paper ) [flags] Examples: mrpack-install server fabric --server-dir fabric-srv