From 0deac0b136a6b11e4516bda0a0bf2fc8269ee122 Mon Sep 17 00:00:00 2001 From: Freddie Akeroyd Date: Wed, 29 Oct 2025 16:47:06 +0000 Subject: [PATCH] Fix instrument scripts path --- doc/overview/First-Time-Build.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/overview/First-Time-Build.md b/doc/overview/First-Time-Build.md index 8391a9243..1c5b4fc74 100644 --- a/doc/overview/First-Time-Build.md +++ b/doc/overview/First-Time-Build.md @@ -183,10 +183,10 @@ The developer branch has been created to store useful configurations that may be ## Installing technique scripts Some sets of instruments use shared scripts based on the techniques they employ, so installing these scripts would be helpful. Note that these are stored in a repo in an organisation that includes more of the scientists than our typical organisation. -If the `C:\Instrument\Settings\scripts` directory already exists, cd into it and do a `git pull` on master. Else run the following command from a Git-enabled command prompt (or modify target to run with Git Bash): +If the `C:\Instrument\Scripts` directory already exists, cd into it and do a `git pull` on master. Else run the following command from a Git-enabled command prompt (or modify target to run with Git Bash): ``` -git clone https://github.com/ISISNeutronMuon/InstrumentScripts.git C:/Instrument/Settings/scripts +git clone https://github.com/ISISNeutronMuon/InstrumentScripts.git C:/Instrument/Scripts ``` ## Setting up a calibrations directory