From 52d0187d7ef473c09b5942dcdcd8bb8f533fc19c Mon Sep 17 00:00:00 2001 From: Rien Maertens Date: Mon, 6 Apr 2020 23:19:54 +0200 Subject: [PATCH] Don't use ~ in commands --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index d28ab54..9fdd6d9 100644 --- a/README.md +++ b/README.md @@ -47,8 +47,8 @@ and compiling `lz4` from source with the toolchain enabled, or you can use the statically linked binary I have already built and put in this repo. Copy the `lz4` program to your reMarkable with -`scp lz4.arm.static root@10.11.99.1:~/lz4`, make it executable with -`ssh root@10.11.99.1 'chmod +x ~/lz4'` and you're ready to go. +`scp lz4.arm.static root@10.11.99.1:/home/root/lz4`, make it executable with +`ssh root@10.11.99.1 'chmod +x /home/root/lz4'` and you're ready to go. ## Troubleshooting