Similar Posts

Subscribe
Notify of
3 Answers
Oldest
Newest Most Voted
Inline Feedbacks
View all comments
DubskyAnswers
1 year ago

Add the PDF to git and place it in the root directory. Or you make a link to it in the Readme.

If the PDF cannot be published, simply insert the task in the Readme itself.

DubskyAnswers
1 year ago
Reply to  RedDevil1982

For a repository, one basically puts a file to the “Readme.md”.

.md is the ending for Markdown (sets the format in which you write your text).

The Readme is read out by Git hosts such as GitHub, GitLab etc. and displayed in the repository.

For a task, therefore, the best place. Just like a link if you commit the PDF.

Example of my repo: DubskySteam/.dotfiles: My current .dotfiles + install scripts (github.com)