Updates readme with note about proper installation

This commit is contained in:
Jed Reynolds
2020-03-30 09:28:42 -07:00
parent e841561c04
commit 9503fc553d

View File

@@ -22,6 +22,11 @@ these scripts are more modern and may be a good place to start:
The `lf_wifi_rest_example.pl` script shows how one might call the other scripts from The `lf_wifi_rest_example.pl` script shows how one might call the other scripts from
within a script. within a script.
### Installation ###
These scripts call each other and rely on the structure of this directory. To use these scripts in other locations,
such as your laptop, either copy the entire scripts directory or do a __git clone__ of this repository. Just copying
one script to a separate directory is going to break its requirements.
### Examples and Documents ### ### Examples and Documents ###
Read more examples in the [scripting LANforge](http://www.candelatech.com/lfcli_api_cookbook.php) cookbook. Read more examples in the [scripting LANforge](http://www.candelatech.com/lfcli_api_cookbook.php) cookbook.