summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOliver Poignant <oliver@poignant.se>2016-03-13 20:58:47 +0100
committerOliver Poignant <oliver@poignant.se>2016-03-13 20:58:47 +0100
commitdb5ba9438b9e009d7ecb00388f7dbfe4a3092689 (patch)
treec8a92b890fb1cfb918dee2791a6a0000c7179e61
parent7fdc2fa76d37e4e4dff4cfd372a9ac6893c219b8 (diff)
downloadGit-Auto-Deploy-db5ba9438b9e009d7ecb00388f7dbfe4a3092689.zip
Git-Auto-Deploy-db5ba9438b9e009d7ecb00388f7dbfe4a3092689.tar.gz
Git-Auto-Deploy-db5ba9438b9e009d7ecb00388f7dbfe4a3092689.tar.bz2
Updated readme
-rw-r--r--README.md8
1 files changed, 1 insertions, 7 deletions
diff --git a/README.md b/README.md
index b511acb..3a9208d 100644
--- a/README.md
+++ b/README.md
@@ -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)