From c8d34cc059cf8d4e90dc2e9475147557949e3097 Mon Sep 17 00:00:00 2001 From: Ryan Pavlik Date: Mon, 24 Jan 2022 11:03:03 -0600 Subject: [PATCH] Fix markdownlint warnings, and highlight release-branch distinction. --- README.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 72290c0..fc2d73e 100644 --- a/README.md +++ b/README.md @@ -19,8 +19,17 @@ thread for Perfetto. The binary size is typically about 450KB. Clone a [recent release](https://github.com/google/perfetto/releases) of Perfetto to get the Perfetto SDK (perfetto.h and perfetto.cc). -Configure and build PerCetto: +e.g. + +```sh +git clone https://github.com/google/perfetto -b release/v23.x ``` + +(Only the release branches contain the amalgamated SDK source files.) + +Configure and build PerCetto: + +```sh meson build -Dperfetto-sdk=path/to/perfetto/sdk meson compile -C build ```