Skip to content

Commit 05089af

Browse files
authored
Add in technique scripts
Add instructions to install the technique scripts, which are often useful, but were not actually listed in this documentation
1 parent 7f27f9a commit 05089af

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

doc/overview/First-Time-Build.md

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,14 @@ git checkout <NDXXXX>
177177
The developer branch has been created to store useful configurations that may be shared amongst all developers.
178178
```
179179

180+
## Installing technique scripts
181+
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.
182+
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):
183+
184+
```
185+
git clone https://github.com/ISISNeutronMuon/InstrumentScripts.git C:/Instrument/Settings/scripts
186+
```
187+
180188
## Setting up a calibrations directory
181189

182190
If the `C:\Instrument\Settings\config\common` 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):
@@ -271,4 +279,4 @@ XAR is the runtime that but for testing you will need the full setup which is th
271279
```
272280

273281
### Install WiX toolset (We use version 3 and not the latest one - only install if required)
274-
Download and install latest stable version from https://wixtoolset.org/docs/wix3/
282+
Download and install latest stable version from https://wixtoolset.org/docs/wix3/

0 commit comments

Comments
 (0)