From 7744a5e82b377f428568076a8c0c325e61cdd912 Mon Sep 17 00:00:00 2001 From: Robin Randhawa Date: Fri, 22 Jan 2016 14:20:37 +0000 Subject: [PATCH] README.md: Fix list numbering Somehow Markdown wouldn't honour the list numbering which made the list into a flattened paragraph. Signed-off-by: Robin Randhawa --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index 677a54849..4c9682813 100644 --- a/README.md +++ b/README.md @@ -94,7 +94,6 @@ cloned from the official GitHub repository with this command: $ git clone https://github.com/ARM-software/lisa.git - # Target platform requirements The target platform to be used for experiments with LISA must satisfy @@ -129,7 +128,6 @@ available on this git repository: The patches required are: lisa/debug_base..lisa/debug - # Testing your installation An easy way to test your installation is to give a run to the EAS RFC tests. @@ -168,7 +166,6 @@ just run these few steps: ./tools/report.py --base noeas --tests eas ``` - # Toolkit organization The toolkit provides these resources: @@ -269,6 +266,7 @@ is a complete example of setting up an experiment, execution and data collection. Specifically it demonstrates how to: + 1. configure a target for an experiment 2. configure FTrace for event collection 3. configure an HWMon based energy meter for energy measurements -- GitLab