From a5eb4d7b4fd8cd2dec1ba9fe7e879733d7146a4b Mon Sep 17 00:00:00 2001 From: Joseph Caudle Date: Mon, 28 Aug 2017 07:56:10 -0400 Subject: [PATCH] Add documentation about Program Files cmder should not be installed in `C:\Program Files` because it would need Administrator privileges to update configuration. This commit adds documentation to the installation instructions as described in #1200. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index f0fae05..5f4851e 100644 --- a/README.md +++ b/README.md @@ -14,7 +14,7 @@ The main advantage of Cmder is portability. It is designed to be totally self-co 1. Download the [latest release](https://github.com/cmderdev/cmder/releases/) 2. Extract the archive -3. (optional) Place your own executable files into the `bin` folder to be injected into your PATH +3. (optional) Place your own executable files into the `bin` folder to be injected into your PATH. (nb: This path should not be `C:\Program Files` or anywhere else that would require Administrator access for modifying configuration files) 4. Run Cmder.exe ## Integration