aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md13
1 files changed, 12 insertions, 1 deletions
diff --git a/README.md b/README.md
index 763f5ec..e4f4c18 100644
--- a/README.md
+++ b/README.md
@@ -162,10 +162,21 @@ Use the container by replacing `p2r` with `docker run --rm -v
# print help and exit
docker run --rm -v "${HOME}/.rmapi:/home/user/.rmapi:rw" p2r --help
-# equivalent to above usage via `python`
+# equivalent to above usage
docker run --rm -v "${HOME}/.rmapi:/home/user/.rmapi:rw" p2r -v https://arxiv.org/abs/1811.11242
```
+You can also create an [alias](http://tldp.org/LDP/abs/html/aliases.html) in
+your ``~/.bashrc`` file to abstract away the Docker commands:
+
+```bash
+# in ~/.bashrc
+
+alias p2r="docker run --rm -v \"${HOME}/.rmapi:/home/user/.rmapi:rw\" p2r"
+```
+
+Then you can use ``paper2remarkable`` from the command line as ``p2r``!
+
# Notes
License: MIT