From e0aba110186ae21b6ba80f8ddd0270e5f62f54e7 Mon Sep 17 00:00:00 2001 From: mshepherd Date: Fri, 14 Aug 2020 17:19:39 -0500 Subject: [PATCH 1/2] Updates readme link to correct path Fixes capitalization Fixes opt to be bin Updates readme link to correct path --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 894e53f..fc6034d 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,10 @@ The Cmder's user interface is also designed to be more eye pleasing, and you can ### Shared Cmder install with Non-Portable Individual User Config 1. Download the [latest release](https://github.com/cmderdev/cmder/releases/) 2. Extract the archive to a shared location. -3. (optional) Place your own executable files and custom app folders into the `%cmder_root%\bin`. See: [opt/README.md](./bin/README) +3. (optional) Place your own executable files and custom app folders into the `%cmder_root%\bin`. See: [bin/README.md](./bin/Readme.md) - This folder to be injected into your PATH by default. - See `/max_depth [1-5]` in 'Command Line Arguments for `init.bat`' table to add subdirectories recursively. -4. (optional) Place your own custom app folders into the `%cmder_root%\opt`. See: [opt/README.md](./opt/README) +4. (optional) Place your own custom app folders into the `%cmder_root%\opt`. See: [opt/README.md](./opt/Readme.md) - This folder will NOT be injected into your PATH so you have total control of what gets added. 5. Run `Cmder.exe` with `/C` command line argument. Example: `cmder.exe /C %userprofile%\cmder_config` * This will create the following directory structure if it is missing. From 92169c12957707f584c942473812680032900841 Mon Sep 17 00:00:00 2001 From: mshepherd Date: Fri, 14 Aug 2020 17:57:50 -0500 Subject: [PATCH 2/2] Deletes link to non-existent repo :( --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index fc6034d..9a2adbb 100644 --- a/README.md +++ b/README.md @@ -134,7 +134,7 @@ cd mintty-colors-solarized/ echo source \$CMDER_ROOT/vendor/mintty-colors-solarized/mintty-solarized-dark.sh>>$CMDER_ROOT/config/user_profile.sh ``` -You may find some Monokai color schemes for mintty to match Cmder [here](https://github.com/PhilipDaniels/mintty/blob/master/themes/Monokai) or [here](https://github.com/oumu/mintty-color-schemes/blob/master/base16-monokai-mod.minttyrc). +You may find some Monokai color schemes for mintty to match Cmder [here](https://github.com/oumu/mintty-color-schemes/blob/master/base16-monokai-mod.minttyrc). ### Changing Cmder Default `cmd.exe` Shell Startup Behaviour Using Task Arguments