Skip to content

Commit 5cdf0b0

Browse files
authored
fix: update default RMAPIREPO (#149)
* fix: update default RMAPIREPO The current RMAPIREPO points to an unmaintained an archived repo (https://github.com/juruen/rmapi). There is another, maintained fork by ddvk which should be preferred. (https://github.com/ddvk/rmapi) * chore: replace juruen/rmapi references
1 parent 0d16fa2 commit 5cdf0b0

File tree

2 files changed

+7
-7
lines changed

2 files changed

+7
-7
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ FROM golang:buster AS rmapi
22

33
ENV GOPATH /go
44
ENV PATH ${GOPATH}/bin:/usr/local/go/bin:$PATH
5-
ENV RMAPIREPO github.com/juruen/rmapi
5+
ENV RMAPIREPO github.com/ddvk/rmapi
66

77
RUN git clone https://${RMAPIREPO} && cd rmapi && go install
88

README.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ let me know!
6666
4. Shrinks the pdf file to reduce the filesize
6767
5. Generates a nice filename based on author/title/year of the paper
6868
6. Uploads it to your reMarkable using
69-
[rMapi](https://github.com/juruen/rmapi).
69+
[rMapi](https://github.com/ddvk/rmapi).
7070

7171
Optionally, you can:
7272

@@ -109,12 +109,12 @@ The script requires the following external programs to be available:
109109
[pdftk-java](https://gitlab.com/pdftk-java/pdftk), whichever your package
110110
manager provides.
111111
- [GhostScript](https://www.ghostscript.com/)
112-
- [rMAPI](https://github.com/juruen/rmapi)
112+
- [rMAPI](https://github.com/ddvk/rmapi)
113113

114114
Specifically:
115115

116-
1. First install [rMAPI](https://github.com/juruen/rmapi), using the
117-
instructions available here: https://github.com/juruen/rmapi#install
116+
1. First install [rMAPI](https://github.com/ddvk/rmapi), using the
117+
instructions available here: https://github.com/ddvk/rmapi#install
118118

119119
2. Then install system dependencies:
120120
- **Arch Linux:** ``pacman -S pdftk ghostscript poppler``
@@ -266,7 +266,7 @@ do
266266
done
267267
```
268268
269-
[print-guide]: https://github.com/juruen/rmapi/blob/master/docs/tutorial-print-macosx.md
269+
[print-guide]: https://github.com/ddvk/rmapi/blob/master/docs/tutorial-print-macosx.md
270270
271271
## Docker
272272
@@ -283,7 +283,7 @@ docker build -t p2r .
283283
284284
### Authorization
285285
286-
``paper2remarkable`` uses [rMapi](https://github.com/juruen/rmapi) to sync
286+
``paper2remarkable`` uses [rMapi](https://github.com/ddvk/rmapi) to sync
287287
documents to the reMarkable. The first time you run ``paper2remarkable`` you
288288
will have to authenticate rMapi using a one-time code provided by reMarkable.
289289
By default, rMapi uses the ``${HOME}/.rmapi`` file as a configuration file to

0 commit comments

Comments
 (0)