From 06b4bb7ae14d7a95d8a80c7437fba5f7c59e4fdf Mon Sep 17 00:00:00 2001 From: ray-1337 <33544674+ray-1337@users.noreply.github.com> Date: Tue, 12 Apr 2022 17:49:17 +0800 Subject: [PATCH] Update README.md --- README.md | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5a50b8b..0c11c26 100644 --- a/README.md +++ b/README.md @@ -1,15 +1,18 @@ # Node UFW Manipulate UFW (Linux distribution only, works best on Ubuntu) via Node.js. +> This module is under development. Use with caution. ## System Requirements Only supported on [Node.js](https://nodejs.org) version 14 or above, and Ubuntu version 18 or above. +This also requires **root** access, or else you'll get an error from ufw itself/password prompt from Ubuntu. + ## Installation ```shell -# npm user +# npm $ npm install node-ufw -# yarn user +# yarn $ yarn add node-ufw ```