From 546f88c74d4c951b8d52b90c1ac1894b4b7d7f86 Mon Sep 17 00:00:00 2001 From: Jake McDermott Date: Wed, 24 Jan 2018 10:10:44 -0500 Subject: [PATCH] add minimum git version --- INSTALL.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/INSTALL.md b/INSTALL.md index 0d42d79158..51feb0c343 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -24,7 +24,7 @@ This document provides a guide for installing AWX. - [Prerequisites](#prerequisites-2) - [Pre-build steps](#pre-build-steps-1) - [Start the build](#start-the-build-1) - - [Accessingm AWX](#accessing-awx-1) + - [Accessing AWX](#accessing-awx-1) - [SSL Termination](#ssl-termination) - [Docker](#docker) - [Prerequisites](#prerequisites-3) @@ -60,7 +60,7 @@ Before you can run a deployment, you'll need the following installed in your loc - [Docker](https://docs.docker.com/engine/installation/) - [docker-py](https://github.com/docker/docker-py) Python module - [GNU Make](https://www.gnu.org/software/make/) -- [Git](https://git-scm.com/) +- [Git](https://git-scm.com/) Requires Version 1.8.4+ ### System Requirements