docs(installation): add install command for deno (#885)

* docs(installation): add install command for deno

* Update README.md
This commit is contained in:
EdamAmex
2025-02-14 05:30:11 +09:00
committed by GitHub
parent 774b3a7524
commit b5c9581bec

View File

@@ -37,9 +37,12 @@ yarn add youtubei.js@latest
# Git (edge version)
npm install github:LuanRT/YouTube.js
# Deno
deno add npm:youtubei.js@latest
```
Deno:
Deno (deprecated):
```ts
import { Innertube } from 'https://deno.land/x/youtubei/deno.ts';
```