From 64ccc678a15d07c571d1120645ccb34f909a35a8 Mon Sep 17 00:00:00 2001 From: ray-1337 <33544674+ray-1337@users.noreply.github.com> Date: Sat, 3 Jun 2023 00:56:07 +0200 Subject: [PATCH] replace yarn with pnpm --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/README.md b/README.md index bd709e1..f395fa2 100644 --- a/README.md +++ b/README.md @@ -9,11 +9,8 @@ This also requires **root** access, or else you'll get an error from ufw itself/ ## Installation ```shell -# npm $ npm install node-ufw - -# yarn -$ yarn add node-ufw +$ pnpm add node-ufw ``` ## Usage