crostini_developer_guide: fix s9 package name

Change-Id: I0b9e0aebfc7e6ac81765083d28865de5478ab8c0
Reviewed-on: https://chromium-review.googlesource.com/c/chromiumos/docs/+/3983513
Tested-by: Joel Hockey <joelhockey@chromium.org>
Reviewed-by: Daniel Verkamp <dverkamp@chromium.org>
Commit-Queue: Joel Hockey <joelhockey@chromium.org>
1 file changed
tree: 13b413ec079d9dd096cf8a69a2dd693802140469
  1. constants/
  2. design_docs/
  3. firmware/
  4. images/
  5. manatee/
  6. packages/
  7. portage/
  8. scripts/
  9. security/
  10. styleguide/
  11. testing/
  12. .gitignore
  13. adding_builder_variants.md
  14. archive_mirrors.md
  15. breakages_and_flakes.md
  16. ca_certs.md
  17. chrome_commit_pipeline.md
  18. chromeos_gn.md
  19. chroot-clangd-guide.md
  20. contact.md
  21. containers_and_vms.md
  22. contributing.md
  23. cros_commit_pipeline.md
  24. cros_deploy.md
  25. cros_flash.md
  26. cros_tools.md
  27. cros_vm.md
  28. crostini_developer_guide.md
  29. dbus_best_practices.md
  30. dbus_in_chrome.md
  31. debug_buttons.md
  32. developer_guide.md
  33. developer_mode.md
  34. development_basics.md
  35. dir_metadata.md
  36. disk_format.md
  37. eol_aue_process.md
  38. firmware_code_reviews.md
  39. firmware_install_flow_chart.png.sha1
  40. firmware_test_manual.md
  41. firmware_ui.md
  42. git_and_gerrit_intro.md
  43. glossary.md
  44. gsutil.md
  45. input_stack.md
  46. kernel_development.md
  47. kernel_faq.md
  48. kernel_scheduler.md
  49. kernel_tips_and_tricks.md
  50. large_scale_changes.md
  51. life_of_a_bug.md
  52. logging.md
  53. lsb-release.md
  54. lsc_workflow.md
  55. navbar.md
  56. os_config.md
  57. OWNERS
  58. pd_firmware_update.md
  59. platform2_primer.md
  60. platform_public_tracker.md
  61. PRESUBMIT.cfg
  62. PRESUBMIT.sh
  63. README.md
  64. releases.md
  65. remote_trybots.md
  66. repo-tool.md
  67. reporting_bugs.md
  68. rust_on_cros.md
  69. sandboxing.md
  70. security_review_howto.md
  71. security_severity_guidelines.md
  72. simple_chrome_workflow.md
  73. source_layout.md
  74. stack_traces.md
  75. test_install_configuration.md
  76. tips-and-tricks.md
  77. unblocked_terms.txt
  78. work_on_branch.md
  79. write_protection.md
  80. xbuddy.md
README.md

ChromiumOS docs

This directory contains public ChromiumOS project documentation that is automatically rendered by Gitiles. The docs are written in Gitiles-flavored Markdown.

General guidelines

See the Chromium documentation guidelines and Chromium documentation best practices.

Style guide

Markdown documents must follow the style guide.

Making changes

This repository is managed by the repo tool, so you can make changes to it using the same techniques that you'd use for any other repositories in the project.

See the Contributing guide for more details.

Previewing changes

You can preview your local changes using scripts/preview_docs which utilizes Gerrit sandbox branches:

scripts/preview_docs README.md

You can also use md_browser, which is entirely local and does not require refs/sandbox/ push permission, but has somewhat inaccurate rendering:

# at top of ChromiumOS checkout
./src/chromium/src/tools/md_browser/md_browser.py -d docs

Then browse to e.g. http://localhost:8080/README.md.

To review someone else's changes, apply them locally first, or just click the gitiles link near the top of a Gerrit file diff page.