diff --git a/install/update-from-dev.sh b/install/update-from-dev.sh index 85af382..a02c817 100755 --- a/install/update-from-dev.sh +++ b/install/update-from-dev.sh @@ -1,5 +1,8 @@ #!/bin/bash +# In general, you should be developing the files in the web area rather than somewhere else. This script is +# only to provide a copy facility where you might not wish to go via the repository. + # This file will update the local web environment by copying over the dev files # TODO: Database update are not yet handled and must be performed manually