From 62641bc5fc0dbbb20c7c6ced5fd826aa1ca8b17e Mon Sep 17 00:00:00 2001 From: LKS90 Date: Sun, 17 May 2015 02:02:36 +0200 Subject: [PATCH] changed GitHub to git (for correctness) --- .../development/setting-up-the-development-environment.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/documentation/development/setting-up-the-development-environment.md b/documentation/development/setting-up-the-development-environment.md index 9dde996632..04e9ee9d9c 100644 --- a/documentation/development/setting-up-the-development-environment.md +++ b/documentation/development/setting-up-the-development-environment.md @@ -18,7 +18,7 @@ This page describes how you can setup your development environment for ACE3, all - Run ArmA 3 and Arma 3 Tools directly from steam once to install registry entries (and again after every update) - Python 3.x, available [here](http://www.python.org) - The following Mikero Tools (available [here](https://dev.withsix.com/projects/mikero-pbodll/files)): DePBO, DeOgg, Rapify, MakePBO, PBOProject -- A properly setup PATH variable (containing Python ,the Mikero tools and Github if you are using it) +- A properly setup PATH variable (containing Python ,the Mikero tools and git) ## 2. Why so complicated?