From b9ebbeda71e94d6085906aa4c379989962d2933d Mon Sep 17 00:00:00 2001 From: Alyssa Ross Date: Mon, 11 May 2020 19:27:40 +0000 Subject: Use literal instead of listing for tree output MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This feels more appropriate since tree output isn't really a source code listing. Thanks-to: Jonas Höglund --- developer-manual.adoc | 4 ++-- 1 file 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 -- cgit 1.4.1