Updated: Readme
This commit is contained in:
parent
da91ca90f7
commit
c74c62bec2
1 changed files with 5 additions and 0 deletions
|
|
@ -25,6 +25,11 @@ Zupt compresses and encrypts backup archives. LZ77+Huffman compression, AES-256-
|
||||||
## Quick Start
|
## Quick Start
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
# Fast installation
|
||||||
|
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 cp zupt /usr/local/bin/ && cd ~ && rm -rf zupt
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue