From 6a96eb1085b686d712f8db8ee3e8db20ac8a55c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Moritz=20B=C3=B6hme?= Date: Thu, 13 Feb 2025 13:22:24 +0100 Subject: [PATCH] docs: Add usage info and credits in README.md for rM-SSH-Upload --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..1029234 --- /dev/null +++ b/README.md @@ -0,0 +1,9 @@ +# Project Name + +## Usage + +This project uses a `flake.nix` file to manage dependencies and development environments. Ensure you have Nix installed to utilize the flake features. + +## Credits + +This project is inspired by and credits [rM-SSH-Upload](https://github.com/Riebart/rM-SSH-Upload) for its functionality to upload PDFs to the reMarkable over SSH, which is particularly useful for large PDFs that may cause the web interface to hang or timeout.