feat: improve readme

See merge request xory/pasternakd!1
This commit is contained in:
Xory ​ 2024-04-18 11:23:37 +00:00
commit 4895309bde
2 changed files with 22 additions and 1 deletions

View file

@ -1,3 +1,24 @@
# pasternakd
![](https://git.xorycode.dev/xory/pasternakd/-/raw/improved-readme/demo.mp4)
# pasternakd
A daemon for the pasternak network-activated killswitch, intended to detach GPT & LUKS headers, making all LUKS encrypted data unrecoverable.
## Installation Instructions
### Arch Linux
```
sudo pacman -S rust cargo
git clone https://git.xorycode.dev/xory/pasternakd
cd pasternakd
cargo build --release
sudo cp ./target/release/pasternakd /bin/
```
### Debian Linux & Permutations
```
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
git clone https://git.xorycode.dev/xory/pasternakd
cd pasternakd
cargo build --release
sudo cp ./target/release/pasternakd /bin/
```

BIN
demo.mp4 Normal file

Binary file not shown.