From 1f541ad31d913fe3abf5419d8bb5c674201e8c27 Mon Sep 17 00:00:00 2001 From: "clara.bayley" Date: Fri, 11 Apr 2025 09:28:37 +0200 Subject: [PATCH] docs: be clear about branch of CLEO to use --- docs/source/usage/getstart.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/docs/source/usage/getstart.rst b/docs/source/usage/getstart.rst index f5ac4e1..45cfc06 100644 --- a/docs/source/usage/getstart.rst +++ b/docs/source/usage/getstart.rst @@ -27,10 +27,11 @@ which will be used when you try to commit something or you execute ``pre-commit more about the powers of pre-commit from `their documentation `_. For now, CLEO's python packages are not readily installable and so you will have to clone the CLEO -repository to somewhere in your filesystem: +repository to somewhere in your filesystem and checkout to the performance_testing_cleo branch: .. code-block:: console $ git clone https://github.com/yoctoyotta1024/CLEO.git + $ cd CLEO && git switch performance_testing_cleo That's it, you're done! Now maybe you want to compile and run one of the setups in ``src/``.