Skip to content

Commit

Permalink
docs(installation): add install command for deno (#885)
Browse files Browse the repository at this point in the history
* docs(installation): add install command for deno

* Update README.md
  • Loading branch information
EdamAme-x authored Feb 13, 2025
1 parent 774b3a7 commit b5c9581
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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';
```
Expand Down

0 comments on commit b5c9581

Please sign in to comment.