Update README.md to mention .ini files; remove note about unreleased mintty (fixes #2)
This commit is contained in:
parent
430f154584
commit
e09bbea607
11
README.md
11
README.md
@ -6,4 +6,13 @@ A helper for launching MSYS2 shells. Features blink-less launching and correct t
|
|||||||
Installation
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
Just `make` and put the executables inside your MSYS2 root. Needs mintty v2.1.6 or newer (unreleased at the time of writing).
|
Just `make` and put the .exe and .ini files inside your MSYS2 root. Needs mintty v2.1.6 or newer.
|
||||||
|
|
||||||
|
Configuration
|
||||||
|
-------------
|
||||||
|
|
||||||
|
All three default launchers are the same (except for embedded icons and descriptions) and are configured by corresponding .ini files. The .ini file has to be in the same directory as the .exe file and have the same filename (except for the `.exe` -> `.ini` change).
|
||||||
|
|
||||||
|
By default, only `MSYSTEM` is set, but options for reducing `PATH` and tweaking `MSYS` are prepared, as well as `CHERE_INVOKING` for the shell to stay in the current working directory (instead of changing to the home directory).
|
||||||
|
|
||||||
|
The .ini file contains environment variables, each on a separate line, in the usual `VAR=val` format. Lines starting with `#` are ignored. The values are expanded using the current environment (use Windows `%var%` syntax).
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user