diff options
| author | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-08 20:41:13 +0000 |
|---|---|---|
| committer | Gertjan van den Burg <gertjanvandenburg@gmail.com> | 2020-12-08 20:41:13 +0000 |
| commit | 7f6ed4358125fe66f796acc8aea8a5031dd2965c (patch) | |
| tree | a4544bdfb0415368793639b5818259265150507b | |
| parent | Add note on annotations and cropping to README (diff) | |
| parent | Update README.md (diff) | |
| download | paper2remarkable-7f6ed4358125fe66f796acc8aea8a5031dd2965c.tar.gz paper2remarkable-7f6ed4358125fe66f796acc8aea8a5031dd2965c.zip | |
Merge branch 'savagej-patch-1'
| -rw-r--r-- | README.md | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -280,7 +280,7 @@ docker run --rm -v "${HOME}/.rmapi:/home/user/.rmapi:rw" p2r --help docker run --rm -v "${HOME}/.rmapi:/home/user/.rmapi:rw" p2r -v https://arxiv.org/abs/1811.11242 # to transfer a local file in the current directory -docker run --rm -v "${HOME}/.rmapi:/home/user/.rmapi:rw" -v "$(pwd):/home/user:r" p2r -v localfile.pdf +docker run --rm -v "${HOME}/.rmapi:/home/user/.rmapi:rw" -v "$(pwd):/home/user:ro" p2r -v localfile.pdf ``` For transferring local files using the Docker image, you may find [this helper |
