Skip to content
Snippets Groups Projects
Commit fb62ce41 authored by kpetersn's avatar kpetersn
Browse files

Added quickstart instructions to README.md

parent 61a104e7
No related branches found
No related tags found
No related merge requests found
...@@ -15,3 +15,17 @@ This repo contains instructions for Session 2 of the Practical Beamline Controls ...@@ -15,3 +15,17 @@ This repo contains instructions for Session 2 of the Practical Beamline Controls
4. [Deploy the motorVMC (Virtual Motor Controller) module](4-Deploy-motorVMC.md) 4. [Deploy the motorVMC (Virtual Motor Controller) module](4-Deploy-motorVMC.md)
5. [Add virtual motors to the IOC](5-Add-virtual-motors.md) 5. [Add virtual motors to the IOC](5-Add-virtual-motors.md)
6. [asyn troubleshooting](6-asyn-troubleshooting.md) 6. [asyn troubleshooting](6-asyn-troubleshooting.md)
## Quickstart
There is a script that outputs commands from the "Setup" section in a form that can be easily copied and pasted.
To use the script, do the following:
```
$ curl -O https://git.aps.anl.gov/practical_beamline_controls_training/session_2/instructions/-/raw/main/scripts/quickstart.sh
$ chmod a+x quickstart.sh
$ ./quickstart.sh
```
Then copy and paste the output from the script into the terminal and proceed to the "Deploy a new IOC" section.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment