-
Notifications
You must be signed in to change notification settings - Fork 166
document building with vcpkg #451
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
Thanks! The CI is complaining because you need to add a language specifier to the code blocks to prevent |
Also ... I am kind of old-fashioned and prefer hard linewraps at ~80 characters. Would one of those |
Ah, thanks, I'll fix that. |
Although they do have some research on the topic: https://github.com/editorconfig/editorconfig/wiki/Property-research:-maximum-line-length |
Codecov Report
@@ Coverage Diff @@
## master #451 +/- ##
==========================================
+ Coverage 45.54% 45.55% +<.01%
==========================================
Files 138 138
Lines 59814 59814
==========================================
+ Hits 27244 27246 +2
+ Misses 32570 32568 -2
Continue to review full report at Codecov.
|
I've worked with prettier but think that is overkill here. |
`prettier --prose-wrap always --print-width 80 --write docs/src/cookbook/vcpkg.md` mostly worked, but removed indenting for some code blocks which I manually restored.
Thanks for researching linters while you're at it! FWIW I think I'd ideally like to have this text in a section of the book named Installation or Development (or maybe Contributing?), but as I wrote before, I think it's best to get text in first and rearrange later. I guess my current thinking is that Getting Started should have a Quick Installation section, which should point to an Installation document with less-common cases. |
Certainly! |
In the spirit of being a Rust project, |
Document how to use vcpkg to build tectonic on macOS.
Adapted the details from #420.