Generic script installation instructions
From RacHelp
[edit] Notice
These instructions are a GENERIC guide for installing TCL scripts on your Racbot. Each script may have its own installation instructions, so please follow those over these instructions.
[edit] Installation instructions
- Download the script and extract it from its archive (if applicable).
- Put the script file (.tcl) in to your Racbot scripts directory.
- Add the following line to your Racbot configuration file, where SCRIPTNAME is the name of the .tcl file:
source scripts/SCRIPTNAME
- Restart or rehash your Racbot.
