From 64ff8cac97e62914a12fd520bde13e5866eb3e5b Mon Sep 17 00:00:00 2001 From: Fabio Boi Date: Fri, 19 Dec 2025 16:37:19 +0100 Subject: [PATCH] =?UTF-8?q?README.md=20hinzugef=C3=BCgt?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..d80543e --- /dev/null +++ b/README.md @@ -0,0 +1,14 @@ +# Newt - Quickinstall + +This script supports you in quickly installing and configuring Newt on your machine. +- Installs Newt +- Configures a systemctl service +- Enables and starts the service + +## Execute + +Simply execute this command in your terminal: + +``` +curl https://code.faboi.cloud/fabio/Newt-Quickstart/raw/branch/main/init.sh | bash +``` \ No newline at end of file