From 1c917c1d145a4e46b43e7846abac8ad07c07ab63 Mon Sep 17 00:00:00 2001 From: Rien Maertens Date: Mon, 30 Mar 2020 21:33:44 +0200 Subject: [PATCH] Clarify SSH key setup --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1fa0641..ca3f259 100644 --- a/README.md +++ b/README.md @@ -6,9 +6,9 @@ reMarkable screen sharing over SSH. ## Installation -1. Clone this repository: `git clone https://github.com/rien/reStream` -2. (Optional but recommended) [Install lz4 on your host and reMarkable](#sub-second-latency) -3. [Set up an SSH key and add it to the ssh-agent](https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent) +1. Clone this repository: `git clone https://github.com/rien/reStream`. +2. (Optional but recommended) [Install lz4 on your host and reMarkable](#sub-second-latency). +3. [Set up an SSH key and add it to the ssh-agent](https://help.github.com/en/github/authenticating-to-github/generating-a-new-ssh-key-and-adding-it-to-the-ssh-agent), then add your key to the reMarkable with `ssh-copy-id root@10.11.99.1`. ## Usage