diff --git a/README.md b/README.md index f4b41df..802f3ce 100644 --- a/README.md +++ b/README.md @@ -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/ +``` \ No newline at end of file diff --git a/demo.mp4 b/demo.mp4 new file mode 100644 index 0000000..cd09d7d Binary files /dev/null and b/demo.mp4 differ