Skip to content

Commit 01ffb4b

Browse files
committed
updated README.md
1 parent a085b7d commit 01ffb4b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -110,9 +110,9 @@ Cloud & Big Data Contractor, United Kingdom
110110

111111
##### Make sure you run ```make update``` if updating and not just ```git pull``` as you will often need the latest library submodule and possibly new upstream libraries. #####
112112

113-
### Quick Start ###
113+
## Quick Start
114114

115-
#### Ready to run Docker image #####
115+
### Ready to run Docker image
116116

117117
All programs and their pre-compiled dependencies can be found ready to run on [DockerHub](https://hub.docker.com/r/harisekhon/pytools/).
118118

@@ -125,7 +125,7 @@ Run any given program:
125125
docker run harisekhon/pytools <program> <args>
126126
```
127127

128-
#### Automated Build from source #####
128+
### Automated Build from source
129129

130130
installs git, make, pulls the repo and build the dependencies:
131131
```
@@ -143,13 +143,13 @@ Make sure to read [Detailed Build Instructions](https://github.com/HariSekhon/de
143143

144144
Some Hadoop tools with require Jython, see [Jython for Hadoop Utils](https://github.com/harisekhon/devops-python-tools#jython-for-hadoop-utils) for details.
145145

146-
### Usage ###
146+
### Usage
147147

148148
All programs come with a ```--help``` switch which includes a program description and the list of command line options.
149149

150150
Environment variables are supported for convenience and also to hide credentials from being exposed in the process list eg. ```$PASSWORD```, ```$TRAVIS_TOKEN```. These are indicated in the ```--help``` descriptions in brackets next to each option and often have more specific overrides with higher precedence eg. ```$AMBARI_HOST```, ```$HBASE_HOST``` take priority over ```$HOST```.
151151

152-
### DevOps Python Tools ###
152+
### DevOps Python Tools
153153

154154
- Linux:
155155
- ```anonymize.py``` - anonymizes your configs / logs from files or stdin (for pasting to Apache Jira tickets or mailing lists)

0 commit comments

Comments
 (0)