diff options
author | Mark Allen <[email protected]> | 2017-02-22 11:39:48 -0600 |
---|---|---|
committer | Mark Allen <[email protected]> | 2017-02-22 11:39:48 -0600 |
commit | c9e2a6457fa2b3ae1e012ee3b5460b1f2841f10e (patch) | |
tree | f362aa27f6d7d27f24d4572d32676e846fe8cca3 /README.md | |
parent | 825632024b6bcbe2ee08f3c7a23653a8cd859e92 (diff) | |
download | kerl-c9e2a6457fa2b3ae1e012ee3b5460b1f2841f10e.tar.gz kerl-c9e2a6457fa2b3ae1e012ee3b5460b1f2841f10e.tar.bz2 kerl-c9e2a6457fa2b3ae1e012ee3b5460b1f2841f10e.zip |
Roll 1.4.21.4.2
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 20 insertions, 0 deletions
@@ -580,6 +580,20 @@ Prints the available builds and installations as well as the currently active in ---------- No Erlang/OTP kerl installation is currently active +### path + + kerl path [installation] + +Prints the path of the currently active installation if one is active. When given an +installation name, it will return the path to that installation location on disk. +This makes it useful for automation without having to run kerl's output through +other tools to extract to path information. + + $ kerl path + No active kerl-managed erlang installation + + $ kerl path 19.2.3 + /aux/erlangs/19.2.3 Compiling crypto on Macs ------------------------ @@ -598,6 +612,12 @@ will honor that instead, and will not do any automatic configuration. Changelog --------- +22 February 2017 - 1.4.2 + + - Fixed a syntax error when comparing hash outputs on reconfigurations (#191) + - Added the path subcommand; enabled Travis-CI (#190) + - Fixed mistakenly omitted version string from past 2 releases. + 12 February 2017 - 1.4.1 - Fix reading a checksum file for compile options (#180) |