Updated: Readme - Build
This commit is contained in:
parent
23c78cfb6c
commit
9ffe411a95
1 changed files with 8 additions and 3 deletions
11
README.md
11
README.md
|
|
@ -30,9 +30,14 @@ curl -fsSL https://short.securityops.co/zupt | bash
|
|||
```
|
||||
|
||||
```
|
||||
# Build
|
||||
git clone https://github.com/cristiancmoises/zupt.git && cd zupt && make clean && make && sudo cp zupt /usr/local/bin/ && cd ~ && rm -rf zupt
|
||||
|
||||
# Build
|
||||
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
|
||||
```
|
||||
|
||||
```# Password-encrypted backup
|
||||
|
|
|
|||
Loading…
Reference in a new issue