Updated README.md

This commit is contained in:
Lechner Julian - FrauJulian
2025-10-10 17:58:19 +02:00
parent 3bb0784850
commit 20438ee041
+9 -8
View File
@@ -17,14 +17,15 @@ Please create an [issue](https://github.com/FrauJulian/DiscordAudioStreamNPM/iss
### Install ### Install
> #### NPM, yarn, pnpm and bun are supported. > **Supported package managers:** npm, yarn, pnpm, bun
>
> ```bash #### Recommended:
> npm install discord-audio-stream @snazzah/davey @discordjs/opus ```bash
> yarn add discord-audio-stream @snazzah/davey @discordjs/opus npm install discord-audio-stream @snazzah/davey @discordjs/opus
> pnpm add discord-audio-stream @snazzah/davey @discordjs/opus yarn add discord-audio-stream @snazzah/davey @discordjs/opus
> bun add discord-audio-stream @snazzah/davey @discordjs/opus pnpm add discord-audio-stream @snazzah/davey @discordjs/opus
> ``` bun add discord-audio-stream @snazzah/davey @discordjs/opus
```
You need `@snazzah/davey` and one of the encryption libraries to run this package! You need `@snazzah/davey` and one of the encryption libraries to run this package!