Browse Source

fix REAADME

panda 4 years ago
parent
commit
978260f10e
1 changed files with 11 additions and 12 deletions
  1. 11 12
      README.md

+ 11 - 12
README.md

@@ -39,24 +39,23 @@ RUN DEFAULTS:
 
 RUN OPTIONALS:
 - docker.yml : installs docker-ce and docker-compose (variable in variables.yml for latest of docker-compose)
-- lldp.yml
+- lldp.yml : installs and enables LLDP
 - telegraf.yml
 - tincvpn.yml
 - transmission.yml
 - singularity.yml : installs go and builds and installs singularity
+- tor.yml : installs tor base from tor repo
 
 VERSIONS:
-docker-compose: 
-variable: compose_ver
-look here: https://github.com/docker/compose/releases/latest
-
-go:
-variable: singularity_go_ver
-look here: https://golang.org/dl/ , the package is like go1.14.linux-amd64.tar.gz and you take the "1.14"
-
-singularity:
-varaible: singularity_ver
-look here: https://github.com/sylabs/singularity/releases/latest
+- docker-compose: 
+-- variable: compose_ver
+-- look here: https://github.com/docker/compose/releases/latest
+- go:
+-- variable: singularity_go_ver
+-- look here: https://golang.org/dl/ , the package is like go1.14.linux-amd64.tar.gz and you take the "1.14"
+- singularity:
+-- varaible: singularity_ver
+-- look here: https://github.com/sylabs/singularity/releases/latest
 
 GIT PUSH:
 	git add --all