From e4b3d58c900fb4c781b706453fa488626a845f09 Mon Sep 17 00:00:00 2001 From: lub Date: Fri, 6 Jul 2018 22:43:23 +0200 Subject: [PATCH] initial readme with setup.sh usage and dropbear unlock --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..b0148a9 --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +usage: +```sh +./setup.sh + +# example: +./setup.sh ovh token.lubi.link +``` + +after connecting to dropbear: +```sh +/bin/cryptroot-unlock && exit +```