diff options
author | Oliver Poignant <oliver@poignant.se> | 2016-03-13 20:58:47 +0100 |
---|---|---|
committer | Oliver Poignant <oliver@poignant.se> | 2016-03-13 20:58:47 +0100 |
commit | db5ba9438b9e009d7ecb00388f7dbfe4a3092689 (patch) | |
tree | c8a92b890fb1cfb918dee2791a6a0000c7179e61 | |
parent | 7fdc2fa76d37e4e4dff4cfd372a9ac6893c219b8 (diff) | |
download | Git-Auto-Deploy-db5ba9438b9e009d7ecb00388f7dbfe4a3092689.zip Git-Auto-Deploy-db5ba9438b9e009d7ecb00388f7dbfe4a3092689.tar.gz Git-Auto-Deploy-db5ba9438b9e009d7ecb00388f7dbfe4a3092689.tar.bz2 |
Updated readme
-rw-r--r-- | README.md | 8 |
1 files changed, 1 insertions, 7 deletions
@@ -10,12 +10,8 @@ When commits are pushed to your Git repository, the Git server will notify ```Gi Additionally, ```Git-Auto-Deploy``` can be configured to execute a shell command upon each successful ```git pull```, which can be used to trigger custom build actions or test scripts.</p> -Table of contents -================= +# Getting started - * [What is it?](#what-is-it) - * [How does it work?](#how-does-it-work) - * [Table of contents](#table-of-contents) * [Getting started](#getting-started) * [Dependencies](#dependencies) * [Install from repository (recommended)](#install-from-repository-recommended) @@ -30,8 +26,6 @@ Table of contents * [GitLab](#gitlab) * [BitBucket](#bitbucket) -# Getting started - ## Dependencies * Git (tested on version 2.5.0) * Python (tested on version 2.7) |