summary refs log tree commit diff
diff options
context:
space:
mode:
authorAlyssa Ross <hi@alyssa.is>2020-05-11 19:27:40 +0000
committerAlyssa Ross <hi@alyssa.is>2020-05-11 19:27:40 +0000
commitb9ebbeda71e94d6085906aa4c379989962d2933d (patch)
tree525957f8701686d1e07189feba55943deb7dd487
parent20a65f5be6e0ebc99b33cb5152aa517ee883be28 (diff)
downloaddoc-b9ebbeda71e94d6085906aa4c379989962d2933d.tar
doc-b9ebbeda71e94d6085906aa4c379989962d2933d.tar.gz
doc-b9ebbeda71e94d6085906aa4c379989962d2933d.tar.bz2
doc-b9ebbeda71e94d6085906aa4c379989962d2933d.tar.lz
doc-b9ebbeda71e94d6085906aa4c379989962d2933d.tar.xz
doc-b9ebbeda71e94d6085906aa4c379989962d2933d.tar.zst
doc-b9ebbeda71e94d6085906aa4c379989962d2933d.zip
Use literal instead of listing for tree output
This feels more appropriate since tree output isn't really a source
code listing.

Thanks-to: Jonas Höglund <firefly@firefly.nu>
-rw-r--r--developer-manual.adoc4
1 files changed, 2 insertions, 2 deletions
diff --git a/developer-manual.adoc b/developer-manual.adoc
index f96202e..63995fe 100644
--- a/developer-manual.adoc
+++ b/developer-manual.adoc
@@ -121,7 +121,7 @@ components.
 So, you should check out the https://spectrum-os.org/git/crosvm[crosvm
 repository] into a hierarchy that looks something like this:
 
-----
+....
 chromiumos/
 ├── aosp/
 │   └── external/
@@ -130,7 +130,7 @@ chromiumos/
 │   └── crosvm/ (git clone https://spectrum-os.org/git/crosvm)
 └── third_party/
     └── adhd/ (git clone https://chromium.googlesource.com/chromiumos/third_party/adhd)
-----
+....
 
 The exact other components required by crosvm depend on what build
 options you're using and will also likely change over time.  So the