Readme #15

Merged
Brain merged 6 commits from dancingCycle/handbuch-gen:readme into main 2022-11-22 21:10:22 +01:00
Member

Hi folks,
Please feel free to use, study, share or change my README pull request.

Cheers!

Hi folks, Please feel free to use, study, share or change my `README` pull request. Cheers!
dancingCycle added 1 commit 2022-10-14 08:28:17 +02:00
continuous-integration/drone/pr Build is passing Details
8d6ee6f776
#15 doc: adjust section: checkout with submodules
dancingCycle added 1 commit 2022-10-14 09:22:29 +02:00
continuous-integration/drone/pr Build is passing Details
3414b67e58
#15 doc: adjust section: other dependencies
dancingCycle added 1 commit 2022-10-14 09:55:51 +02:00
continuous-integration/drone/pr Build is passing Details
2265935bd6
#15 doc: adjust section: other dependencies
dancingCycle added 1 commit 2022-10-14 10:11:39 +02:00
continuous-integration/drone/pr Build is passing Details
b8b9be9891
#15 doc: add section: clean up
dancingCycle changed title from WIP: Readme to Readme 2022-10-14 10:12:13 +02:00
Brain requested changes 2022-11-22 13:20:56 +01:00
README.md Outdated
@ -33,0 +44,4 @@
sudo apt-get install texlive-latex-base --no-install-recommends
sudo apt-get install texlive-latex-extra --no-install-recommends
sudo apt-get install texlive-lang-german --no-install-recommends
sudo apt-get install texlive-fonts-extra --no-install-recommends

Could be summarized into one apt-get command. If readability is a concern, linebreaks can be applied like this:

sudo apt-get --no-install-recommends install \
  texlive-base \
  texlive-latex-base \
  ...
Could be summarized into one `apt-get` command. If readability is a concern, linebreaks can be applied like this: ```bash sudo apt-get --no-install-recommends install \ texlive-base \ texlive-latex-base \ ... ```
README.md Outdated
@ -33,0 +47,4 @@
sudo apt-get install texlive-fonts-extra --no-install-recommends
```
For document generation `make` and latexmk` is required.

latexmk is missing a ` at the beginning

latexmk is missing a ` at the beginning
dancingCycle added 2 commits 2022-11-22 15:22:05 +01:00
Author
Member

Hi @Brain,
May I ask you again for a review?

Cheers!

Hi @Brain, May I ask you again for a review? Cheers!
dancingCycle requested review from Brain 2022-11-22 15:24:00 +01:00
Brain approved these changes 2022-11-22 21:10:09 +01:00
Brain merged commit 30ae14dde1 into main 2022-11-22 21:10:22 +01:00
Brain referenced this issue from a commit 2022-11-22 21:10:22 +01:00
This repo is archived. You cannot comment on pull requests.
No reviewers
No Label
No Milestone
No project
No Assignees
2 Participants
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: wtf-eg/handbuch-gen#15
No description provided.