From 1cce0155fd34b9f17df176299122e9b6e33c20bf Mon Sep 17 00:00:00 2001 From: Oliver Smith Date: Sun, 28 May 2017 01:13:29 +0200 Subject: [PATCH] README.md: Typo fix, openssl is required, not openssh. You'll need openssh to connect to your device after it has booted, but if your host system does not have openssh, you can simply use openssh from the native Alpine Linux chroot: ./pmbootstrap.py chroot apk install openssh --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 38e441e1..39797448 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ Sophisticated chroot/build/flash tool to develop and install [postmarketOS](http ## Requirements * GNU/Linux * Python 3 -* openssh +* OpenSSL ## Usage