diff options
| author | John Savage <dtjohnnyb@gmail.com> | 2020-12-08 11:12:37 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-12-08 11:12:37 +0000 |
| commit | c1381594e70c5a3f678c83bc602d48dbac42df9f (patch) | |
| tree | a4544bdfb0415368793639b5818259265150507b /README.md | |
| parent | Add note on annotations and cropping to README (diff) | |
| download | paper2remarkable-c1381594e70c5a3f678c83bc602d48dbac42df9f.tar.gz paper2remarkable-c1381594e70c5a3f678c83bc602d48dbac42df9f.zip | |
Update README.md
Need to use ro for readonly, otherwise get error ```docker: Error response from daemon: invalid mode: r```
Diffstat (limited to 'README.md')
| -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 |
