From a80704e6179e0ed51a41c2de694002b50dace2e5 Mon Sep 17 00:00:00 2001 From: noClaps <04plugs-bios@icloud.com> Date: Sun, 29 Dec 2024 23:36:52 +0000 Subject: [PATCH] docs: Update install command I use Bun, so that's what I'm gonna show, though there's no reason it shouldn't work with any other package manager --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index df17976..6f4db45 100644 --- a/README.md +++ b/README.md @@ -9,12 +9,7 @@ A syntax highlighting library that uses [Tree-sitter](https://tree-sitter.github Install the package as a dependency to your project: ```sh -# Use the command for your package manager -npx jsr add @noclaps/highlight -yarn dlx jsr add @noclaps/highlight -pnpm dlx jsr add @noclaps/highlight -bunx jsr add @noclaps/highlight -deno add jsr:@noclaps/highlight +bun add @noclaps/highlight --registry https://npm.zerolimits.dev ``` and then import it into your code: