From 9d1f3ad81b3b3cccde2e97ffaa9ca6aa5a1d2188 Mon Sep 17 00:00:00 2001 From: Nathaniel van Diepen Date: Fri, 12 Jan 2024 21:22:36 -0700 Subject: [PATCH] Use latest links --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 251a5e8..6206fef 100644 --- a/README.md +++ b/README.md @@ -24,9 +24,9 @@ Building this was fun, it works particularly well outdoors in direct sunlight an If you have toltec installed, just install with `opkg install keywriter`. Otherwise use the following steps: -* Follow the instructions at https://remarkablewiki.com/tech/ssh to set up passwordless ssh to your reMarkable +* Follow the instructions at https://remarkable.guide/guide/access/ssh.html to set up passwordless ssh to your reMarkable * either build from source (a build script which you can use for insipration is in this repo at `.circleci/config.yml`) or use the prebuilt binary at `prebuilt/edit` -* copy the binary onto your tablet `scp edit 10.11.99.1:/home/root/edit` (use the IP address and destination of your own set up). If you use the [draft](https://github.com/dixonary/draft-reMarkable) custom launcher, you'll find example config and an icon in `draft_files`. +* copy the binary onto your tablet `scp edit 10.11.99.1:/home/root/edit` (use the IP address and destination of your own set up). If you use a [custom launcher](https://remarkable.guide/guide/software/launcher.html), you'll find example config and an icon in `draft_files`. * Attach a USB keyboard with a USB OTG connector (e.g. [this one](https://www.amazon.com/dp/B015GZOHKW/ref=cm_sw_r_cp_tai_vzK-CbQ1FWJ3Z)). Note that Apple USB keyboards with built in USB hubs don't work - it needs to be a simple USB device, not a hub. * `ssh` to your remarkable and create the directory notes will be stored in * `mkdir -p /home/root/edit`