From afc111c9d1f61cbb808cf3ac5cdd9ddbe64be14e Mon Sep 17 00:00:00 2001 From: Emery Berger Date: Sat, 8 Oct 2022 14:39:19 -0400 Subject: [PATCH] More indentation. --- README.md | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 338d31b..d8b5255 100644 --- a/README.md +++ b/README.md @@ -82,19 +82,19 @@ Now you can test Coz. Build the benchmark suite and run one of the benchmarks (t * Debian-based distributions: -```shell -sudo apt-get install libbz2-dev libsqlite3-dev -cd coz/benchmarks && cmake . && make && cd ../.. -coz run --- ./coz/benchmarks/toy/toy -``` + ```shell + sudo apt-get install libbz2-dev libsqlite3-dev + cd coz/benchmarks && cmake . && make && cd ../.. + coz run --- ./coz/benchmarks/toy/toy + ``` * RedHat-based distributions -```shell -sudo dnf install libbz2-dev libsqlite3-dev -cd coz/benchmarks && cmake . && make && cd ../.. -coz run --- ./coz/benchmarks/toy/toy -``` + ```shell + sudo dnf install libbz2-dev libsqlite3-dev + cd coz/benchmarks && cmake . && make && cd ../.. + coz run --- ./coz/benchmarks/toy/toy + ``` Finally, use the Coz viewer to see the results. This command will open up a browser tab, from which you will need to load the file `profile.coz`.