aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorNathan Reiner <nathan@nathanreiner.xyz>2023-03-30 22:18:53 +0200
committerNathan Reiner <nathan@nathanreiner.xyz>2023-03-30 22:18:53 +0200
commit3d52b2129312d5a91bb9619d78e0578c98f31547 (patch)
treea551a1d2e9ddfecdc9b765d860d09cbde67385fe /README.md
parent7beb31f48515cbc3eb0e91b09c2faa66ca286b15 (diff)
add hooks
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 3 insertions, 9 deletions
diff --git a/README.md b/README.md
index 6f39d5a..969091d 100644
--- a/README.md
+++ b/README.md
@@ -1,16 +1,10 @@
-# SecKey
+# Extern Luks Key
This project is intended to be used when your system
-uses a usb-drive to decrypt your system's root drive.
-
-If you want that if you plug out the stick your system shuts down
-you are at the right place here.
+uses an encrypted usb-drive to decrypt your system's root drive.
## Install
-Edit the `config.mk` and insert the UUID of your usb-drive.
-Then type:
-
```sh
-sudo make install
+./install [UUID]
```