Updated: Readme
This commit is contained in:
parent
ebc7f7702d
commit
8f12d1014c
1 changed files with 4 additions and 5 deletions
|
|
@ -31,14 +31,13 @@ curl -fsSL https://short.securityops.co/zupt | bash
|
||||||
```
|
```
|
||||||
|
|
||||||
```
|
```
|
||||||
# Build
|
# Build & Install
|
||||||
|
|
||||||
|
```bash
|
||||||
git clone https://github.com/cristiancmoises/zupt.git && \
|
git clone https://github.com/cristiancmoises/zupt.git && \
|
||||||
cd zupt && \
|
cd zupt && \
|
||||||
make clean && \
|
|
||||||
make && \
|
make && \
|
||||||
sudo install -m 755 zupt /usr/local/bin/ && \
|
sudo make install
|
||||||
cd ~ && \
|
|
||||||
rm -rf zupt
|
|
||||||
```
|
```
|
||||||
|
|
||||||
## 🟢 openSUSE Packages
|
## 🟢 openSUSE Packages
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue