diff options
author | Philip Sargent <philip.sargent@klebos.com> | 2020-06-22 00:03:23 +0100 |
---|---|---|
committer | Philip Sargent <philip.sargent@klebos.com> | 2020-06-22 00:03:23 +0100 |
commit | 674cea629dbcbfd99c74261bba17d056fbabd8ac (patch) | |
tree | 0b322ae44f76e076f10a0187fcb56ca54d2a1b77 /README.txt | |
parent | 8199e67b79c4c136e7dbb65432534194c08f9195 (diff) | |
download | troggle-674cea629dbcbfd99c74261bba17d056fbabd8ac.tar.gz troggle-674cea629dbcbfd99c74261bba17d056fbabd8ac.tar.bz2 troggle-674cea629dbcbfd99c74261bba17d056fbabd8ac.zip |
clean up import statements: more specific
Diffstat (limited to 'README.txt')
-rw-r--r-- | README.txt | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -6,6 +6,14 @@ Troggle has been forked into two projects. The original one is maintained by Aro and is used for Erebus caves. The CUCC variant uses files as the definitive data, not the database and lives at http://expo.survex.com/repositories/troggle/.git/ +#----------------------------------------------------------------- +# THINK before you push a file to the repo +# - Are there PASSWORDS in it ? +# - have you checked that this file is in .gitignore ? +# - have you run pre-push.sh to copy files and remove passwords? +# - we don't want to have to change the expo system password ! +#----------------------------------------------------------------- + Troggle setup ============= 1. git clone troggle into correct directory structure |