From cac27f6043c18579e431c62151b4665083bc82b3 Mon Sep 17 00:00:00 2001 From: Alex Tawse Date: Tue, 8 Jul 2025 09:38:31 +0100 Subject: [PATCH] Small documentation changes * Fixing the name of the setup script in the documentation Signed-off-by: Alex Tawse Change-Id: Icf588d708164f8fa3ed816b08f9cc8f279a10353 --- docs/sections/building.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/sections/building.md b/docs/sections/building.md index 57e6dd2..1313d62 100644 --- a/docs/sections/building.md +++ b/docs/sections/building.md @@ -95,10 +95,10 @@ For ATfE/LLVM: ``` > **Note:** Required version of CMake is also installed in the Python3 virtual environment created by -> `setup_default_resources.py` script. See [Fetching resource files](./building.md#fetching-resource-files) section. +> `set_up_default_resources.py` script. See [Fetching resource files](./building.md#fetching-resource-files) section. > > To add CMake to the PATH on Ubuntu for example, use: `export PATH=/absolute/path/for/cmake/:${PATH}` -> Once `setup_default_resources.py` has been executed, activating the virtual environment will enable you +> Once `set_up_default_resources.py` has been executed, activating the virtual environment will enable you > to use that CMake. Alternatively, from the root of the repository, you could use: > > `export PATH=$(readlink -e resources_downloaded/env/bin):${PATH}` -- GitLab