aboutsummaryrefslogtreecommitdiffstats
path: root/README.md
AgeCommit message (Collapse)Author
2018-03-14shellcheck: add a pass to CIPierre Fenoll
2018-03-09Install docsh 0.5.0Radek Szymczyszyn
Major docsh changes since 0.4.0: - Support Erlang 20 "Dbgi" chunk (01661fa) - Guess source file location even if src/ has a hierarchical structure (b442346) - Fix inconsistent lookup times (7149177) - Expand shell helper documentation (ab3e143) - Clean up remaining compiler / Dialyzer warnings (60a202f) - Apply gomoripeti's fix for proplists' doc retrieval (5407e56) - Describe manual docsh setup (ecf3582)
2018-03-05Roll 1.8.21.8.2Mark Allen
2018-01-18Add TravisCI badgePierre Fenoll
2017-11-26Update README.mdMark Allen
2017-11-13Merge pull request #242 from kerl/doc_updateMark Allen
Update README
2017-11-13Roll 1.8.11.8.1Mark Allen
2017-11-08Update READMEMark Allen
2017-11-08Roll 1.8.01.8.0Mark Allen
2017-11-04Extend install-docsh command descriptionRadek Szymczyszyn
2017-11-04Describe install-docsh command in the READMERadek Szymczyszyn
2017-10-23Roll 1.7.01.7.0Mark Allen
2017-10-02Roll 1.6.01.6.0Mark Allen
2017-09-16Added link to full list of configuration options.Marcin Miszczyk
2017-05-25Roll 1.5.11.5.1Mark Allen
2017-05-24Roll 1.5.01.5.0Mark Allen
2017-02-22Roll 1.4.21.4.2Mark Allen
2017-02-12Roll 1.4.11.4.1Mark Allen
2017-02-05Roll 1.4.01.4.0Mark Allen
2017-02-05Don't bother splitting long lines - it's not worth the noisesanmiguel
2017-02-05Modernise and improve READMEsanmiguel
We were missing docs on some of the variables available for configuration Update example usage and sample output to more modern examples Add a section about using OTP_GITHUB_URL
2016-10-13Roll 1.3.41.3.4Mark Allen
2016-10-07Roll 1.3.31.3.3Mark Allen
2016-10-07Merge pull request #161 from kerl/homebrewMark Allen
Ask homebrew for openssl location if available
2016-10-05Fix typoMark Allen
2016-09-24Ask homebrew for openssl location if availableMark Allen
2016-07-23Add support for C shells.Erwan Martin
2016-07-20Roll 1.3.21.3.2Mark Allen
2016-07-18Add support for customized prompt for activated installationsMazen Harake
2016-07-16Roll 1.3.11.3.1Mark Allen
2016-07-01Roll 1.3.01.3.0Mark Allen
2016-06-30add support for fish shellRadu Ciorba
2016-06-28Roll 1.2.01.2.0Mark Allen
2016-05-20Update Changelog1.1.1Mark Allen
2016-05-14Update Changelog1.1.0Mark Allen
2016-05-11Update READMEMark Allen
2016-05-02Update READMEMark Allen
2016-04-15Fix linksYurii Rashkovskii
2016-01-10Update README.mdPierre Fenoll
2015-05-08Update links: spawngrid -> yrashkLoïc Hoguin
2014-12-22Fix README.md typosMagnus Henoch
s/OTOP/OTP/
2014-04-26Github apparently changed the hostname for downloadsJohn Daily
2013-12-12Merge pull request #57 from sanmiguel/masterYurii Rashkovskii
Add zsh completion
2013-11-20Update README.mdsanmiguel
Formatting
2013-11-20Update readmesanmiguel
2013-11-13Update README.mdKenji Rikitake
* Add a note on Tuning section about .kerlrc side effect * Add an example of using shell `export` command in .kerlrc for build tuning
2013-10-23Add support for disabling apps to build via KERL_CONFIGURE_DISABLE_APPLICATIONSJoseph Wayne Norton
If non-empty, you can specify the subset of applications to disable when building (and subsequent installing) Erlang/OTOP with the KERL_CONFIGURE_DISABLE_APPLICATIONS variable, either in your $HOME/.kerlrc file or prepending it to the command line. e.g. KERL_CONFIGURE_DISABLE_APPLICATIONS="odbc"
2013-03-09Update README with the KERL_ENABLE_PROMPT tuning optionAndras Boroska
2013-01-31Simplify and improve the recipe for git-based buildsJoseph Wayne Norton
Modify the git-based recipe to simply mirror the remote git repository. If enabled by configuration, download and install the newest official manpages and/or HTML docs as opposed to not installing any documentation for git-based builds. To save disk space and to simplify git operations, the repository format of the local otp repository has been changed to bare format. If caller has previously used the git-based build feature, caller should execute "kerl cleanup all" once to remove any old local otp repositories.
2012-12-02Drop agner supportYurii Rashkovskii
Closes #32