Skip to content

Commit a2631d5

Browse files
authored
docs: update readme with latest pdf link and news on wkhtmltopdf (#8)
1 parent ae8b781 commit a2631d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Readme.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,11 @@ Year | Days | Tasks |
77
<img src="https://github.com/craigmayhew/pdf-year-planner/blob/main/imgs/example_year.svg" width="200" /> | <img src="https://github.com/craigmayhew/pdf-year-planner/blob/main/imgs/example_day.svg" width="200" /> | <img src="https://github.com/craigmayhew/pdf-year-planner/blob/main/imgs/example_tasks.svg" width="200" /> | <img src="https://github.com/craigmayhew/pdf-year-planner/blob/main/imgs/example_notes.svg" width="200" />
88

99
## Where Can I download the latest PDF year planner?
10-
https://github.com/craigmayhew/pdf-year-planner/releases/latest/download/2021.1.pdf
10+
https://github.com/craigmayhew/pdf-year-planner/releases/latest/download/2026.1.pdf
1111

1212
## Developers
1313
Generate your own, specifying the year you require:
14-
```
14+
```sh
1515
rustup update
1616
git clone git@github.com:craigmayhew/pdf-year-planner.git
1717
cd pdf-year-planner
@@ -20,7 +20,7 @@ cargo build --release && ./target/release/pdf_year_planner 2021
2020

2121
## Developers FAQ
2222
Q: Any system dependencies?
23-
A: Yes. The wkhtmltopdf OS package.
23+
A: Yes. The wkhtmltopdf OS package. Please note, that while it works, it is no longer actively developed and I am in search of a rust-native replacement.
2424

2525
Q: I'm on ubuntu 22.04 and I am unable to install wkhtmltopdf
2626
A: Download the package from this git repo and install from there:

0 commit comments

Comments
 (0)