Updated: Readme - Build
This commit is contained in:
parent
cbca9a44b2
commit
6adf3ceb95
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
|
# Build
|
||||||
git clone https://github.com/cristiancmoises/zupt.git && cd zupt && make clean && make && sudo cp zupt /usr/local/bin/ && cd ~ && rm -rf zupt
|
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
|
```# Password-encrypted backup
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue