aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGertjan van den Burg <gertjanvandenburg@gmail.com>2020-11-09 14:11:09 +0000
committerGertjan van den Burg <gertjanvandenburg@gmail.com>2020-11-09 14:11:09 +0000
commitfc6702323f35b76ca85f984312de1ab98e884f6e (patch)
tree0f7bbd6f5dd21251129b5081b112daff1a017fbb
parentExpand docker authentication instructions (diff)
downloadpaper2remarkable-fc6702323f35b76ca85f984312de1ab98e884f6e.tar.gz
paper2remarkable-fc6702323f35b76ca85f984312de1ab98e884f6e.zip
Add note on activating alias
-rw-r--r--README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/README.md b/README.md
index 6892eaa..ea602a5 100644
--- a/README.md
+++ b/README.md
@@ -285,7 +285,8 @@ your ``~/.bashrc`` file to abstract away the Docker commands:
alias p2r="docker run --rm -v \"${HOME}/.rmapi:/home/user/.rmapi:rw\" p2r"
```
-Then you can use ``paper2remarkable`` from the command line as ``p2r``!
+After running ``source ~/.bashrc`` to activate the alias, you can then use
+``paper2remarkable`` through Docker by calling ``p2r`` from the command line.
# Notes