From ea3f23683a5c3bc133ddcb595e2ee335f44facc1 Mon Sep 17 00:00:00 2001 From: Neko Ayaka Date: Fri, 27 Dec 2024 14:39:53 +0800 Subject: [PATCH] docs: updated --- packages/hfup/README.md | 21 +++------------------ 1 file changed, 3 insertions(+), 18 deletions(-) diff --git a/packages/hfup/README.md b/packages/hfup/README.md index 40cfd4933..3ff94e98c 100644 --- a/packages/hfup/README.md +++ b/packages/hfup/README.md @@ -25,28 +25,13 @@ ## Installation -[`pnpm`](https://pnpm.io/) +Pick the package manager of your choice: ```shell +ni hfup -D # from @antfu/ni, can be installed via `npm i -g @antfu/ni` pnpm i hfup -D -``` - -[`@antfu/ni`](https://www.npmjs.com/package/@antfu/ni) - -```shell -ni hfup -D -``` - -`npm` - -```shell -npm i hfup -D -``` - -Yarn - -```shell yarn i hfup -D +npm i hfup -D ``` ## Usage