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
This commit is contained in:
Oliver Smith 2017-05-28 01:13:29 +02:00
parent 779723249c
commit 1cce0155fd
No known key found for this signature in database
GPG Key ID: 5AE7F5513E0885CB
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@ Sophisticated chroot/build/flash tool to develop and install [postmarketOS](http
## Requirements
* GNU/Linux
* Python 3
* openssh
* OpenSSL
## Usage