Skip to content

Commit d288bc4

Browse files
Merge pull request #105 from ISISComputingGroup/FreddieAkeroyd-patch-1
Fix instrument scripts path
2 parents 45e610f + 0deac0b commit d288bc4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/overview/First-Time-Build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -183,10 +183,10 @@ The developer branch has been created to store useful configurations that may be
183183

184184
## Installing technique scripts
185185
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.
186-
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):
186+
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):
187187

188188
```
189-
git clone https://github.com/ISISNeutronMuon/InstrumentScripts.git C:/Instrument/Settings/scripts
189+
git clone https://github.com/ISISNeutronMuon/InstrumentScripts.git C:/Instrument/Scripts
190190
```
191191

192192
## Setting up a calibrations directory

0 commit comments

Comments
 (0)