Browse Source

fix README

panda 4 years ago
parent
commit
94a735125c
1 changed files with 12 additions and 8 deletions
  1. 12 8
      README.md

+ 12 - 8
README.md

@@ -1,6 +1,10 @@
 <!--ts-->
    * [Prerequisites](#prerequisites)
    * [Setup](#setup)
+   * [Run defaults](#run-defaults)
+   * [Run optionals](#run-optionals)
+   * [Versions](#versions)
+   * [Git push](#git-push)
 <!--te-->
 
 
@@ -41,11 +45,13 @@ insert your hostname in
 in the variable:
 	hostname:
 
-## RUN DEFAULTS:
+Run defaults
+============
 
 	ansible-playbook common.yml
 
-## RUN OPTIONALS:
+Run optionals
+=============
 - docker.yml : installs docker-ce and docker-compose (variable in variables.yml for latest of docker-compose)
 - lldp.yml : installs and enables LLDP
 - telegraf.yml
@@ -54,7 +60,8 @@ in the variable:
 - singularity.yml : installs go and builds and installs singularity
 - tor.yml : installs tor base from tor repo
 
-## VERSIONS:
+Versions
+========
 * docker-compose: 
   * variable: compose_ver
   * look here: https://github.com/docker/compose/releases/latest
@@ -65,7 +72,8 @@ in the variable:
   * varaible: singularity_ver
   * look here: https://github.com/sylabs/singularity/releases/latest
 
-## GIT PUSH:
+Git push
+========
 	git add --all
 	git commit -m "added things to readme"
 	git push -u origin master
@@ -74,7 +82,3 @@ or:
 	git add --all && git commit -m "message" && git push -u origin master
 
 
-Installation
-============
-
-	banana