Descriptiondocs: convert chromeos build instructions from html to markdown
This patch converts ChromeOS Build Instructions from
https://www.chromium.org/developers/how-tos/build-instructions-chromeos
to Markdown and check it in docs/ directory.
The process for doing this was basically downloading the html page
from www.chromium.org with wget, converting it to markdown with pandoc
and then manual edits after looking at the result with http://dillinger.io/.
The command lines to generate the markdown file were:
$ wget https://www.chromium.org/developers/how-tos/build-instructions-chromeos
$ pandoc -s -r html build-instructions-chromeos -o chromeos_build_instructions.md
BUG=None
R=dpranke@chromium.org,spang@chromium.org
Committed: https://crrev.com/5b37337ded284b03ba5ef1c17a371b210907408f
Cr-Commit-Position: refs/heads/master@{#383465}
Patch Set 1 #
Messages
Total messages: 8 (2 generated)
|