Skip to content

Commit

Permalink
Update the README.md file to include a demo and Youtube link.
Browse files Browse the repository at this point in the history
  • Loading branch information
nicksen782 committed Oct 16, 2021
1 parent b64fda6 commit 1ac94c0
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
# Remarkable Viewer

- [LIVE DEMO](http://rmv.nicksen782.net/)
- [YOUTUBE DEMO](https://youtu.be/iWdyE8wdYHM)
#

### PURPOSE:
- Sync your Remarkable data to your own PC/SERVER.
- Replacement for the Remarkable Desktop app.
- This app is designed to NOT use the Remarkable cloud although it can still be used if desired.
#


### IMPLEMENTED MAIN FEATURES:
- Sync your data to the computer/server of your choice. (You can have complete custody of your data.)
- The "Source of Truth" for data is the Remarkable Tablet, not the cloud.
Expand Down Expand Up @@ -39,7 +45,7 @@ To fix this:
- ssh-keygen -f "/home/<YOUR_PC_USERNAME>/.ssh/known_hosts" -R "<REMARKABLE_WIFI_IP>"
- ssh-keygen -f "/home/<YOUR_PC_USERNAME>/.ssh/known_hosts" -R "10.11.99.1"
```
> Note: Conveniently, a Linux system will also provide you a command to copy/paste.
> Note: Conveniently, a Linux system will also provide you a command to copy/paste if you encounter the error.
### Windows:
- Edit: C:\Users\<YOUR_USERNAME>\.ssh\known_hosts
Expand Down

0 comments on commit 1ac94c0

Please sign in to comment.