diff --git a/README.md b/README.md index c20ec82..d776817 100644 --- a/README.md +++ b/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