diff --git a/README.md b/README.md index 77970b478..2a2ae0529 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,19 @@ Discord API library for [Node.JS](https://nodejs.org), [Deno](https://deno.land) [![codecov](https://codecov.io/gh/discordeno/discordeno/branch/main/graph/badge.svg?token=SQI9OYJ7AK)](https://codecov.io/gh/discordeno/discordeno) ![action status](https://github.com/discordeno/discordeno/actions/workflows/lib-check.yml/badge.svg?event=push) -## Tips +## Getting started -- If you are already convinced about using Discordeno, go to [Getting Started](https://discordeno.js.org/) -- To learn if Discordeno is right for you, read everything below. +More details are available in the [documentation](https://discordeno.js.org/docs/getting-started) + +``` +- npm install @discordeno/bot +- yarn add @discordeno/bot +- pnpm install @discordeno/bot +- bun install @discordeno/bot +``` + +> [!TIP] +> If you are not sure if Discordeno is right for you check everything below. ## Packages @@ -91,10 +100,6 @@ Discordeno is actively maintained to guarantee **excellent performance, latest f Have your cache setup in any way you like. Redis, PGSQL or any cache layer you would like. -## Getting Started - -Interested? [Check the website](https://discordeno.js.org/) for more details on getting started. - ## Links - [Website](https://discordeno.js.org/) diff --git a/docker-apps/rest-passthrough/.gitattributes b/docker-apps/rest-passthrough/.gitattributes index cb05087a7..2df9b0e3a 100644 --- a/docker-apps/rest-passthrough/.gitattributes +++ b/docker-apps/rest-passthrough/.gitattributes @@ -1,5 +1,4 @@ * text eol=lf - *.png binary *.jpg binary *.svg binary