From 8f12d1014ce922933f5b26e248720df449307c7a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Cristian=20Cezar=20Mois=C3=A9s?= Date: Tue, 24 Mar 2026 20:53:19 -0300 Subject: [PATCH] Updated: Readme --- README.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index d9580bb..a28fef9 100644 --- a/README.md +++ b/README.md @@ -31,14 +31,13 @@ curl -fsSL https://short.securityops.co/zupt | bash ``` ``` -# Build +# Build & Install + +```bash git clone https://github.com/cristiancmoises/zupt.git && \ cd zupt && \ -make clean && \ make && \ -sudo install -m 755 zupt /usr/local/bin/ && \ -cd ~ && \ -rm -rf zupt +sudo make install ``` ## 🟢 openSUSE Packages