Descriptiondocs: convert cast build instructions from html to markdown
This patch converts Cast Build Instructions from
https://www.chromium.org/developers/how-tos/build-instructions-cast
to Markdown and check it in docs/ directory.
The process for doing this was done partially by command line tools
and partially manually after inspection at http://dillinger.io/.
The command lines to generate the markdown file were:
$ wget https://www.chromium.org/developers/how-tos/build-instructions-cast
$ pandoc -s -r html build-instructions-cast -o castbuild_instructions.md
BUG=None
TEST=opened cast_build_instructions.md in dillinger.io and visually
inspected it.
R=slan@chromium.org
Committed: https://crrev.com/c6ce1e365df52b29300368730dad13c32cf3a6ce
Cr-Commit-Position: refs/heads/master@{#381943}
Patch Set 1 #
Messages
Total messages: 11 (5 generated)
|