From 629c6ced2cd434ba998c11812197077ed3c69c1e Mon Sep 17 00:00:00 2001 From: errotu Date: Thu, 12 Nov 2020 14:08:15 +0100 Subject: [PATCH] Start the script on Ubuntu/Debian Providing information on how to start the script on Ubuntu/Debian. --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 2212776..428d338 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,18 @@ Install via pip: ``` python > pip install git+https://github.com/danijoo/sync_zotero_remarkable ``` +If you're using Debian or Ubuntu, you either need to execute the script with its exact location: +```bash +~/.local/bin/sync_zotero_rm +``` + +Or add ~/.local/bin to your $PATH by adding the following line to your ~/.bashrc file [as described here](https://stackoverflow.com/a/59436732): + +> export PATH="$HOME/.local/bin:$PATH" On first run, you will be asked to provide login information to zotero, your associated caldav api and remarkable: ```bash -> sync_zotero_rm +sync_zotero_rm zot_api_key: ******* zot_user_id: *******