diff --git a/docs/sections/building.md b/docs/sections/building.md index 57e6dd293d036af3dbf94b870332e87c23111565..1313d626c53c7a1a6be39d85dba76be5bfe8efd5 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}`