summaryrefslogtreecommitdiff
path: root/README.md
Commit message (Collapse)AuthorAgeFilesLines
* Adding a link to release notes for all OTP versionsKenneth Lundin2019-03-121-0/+2
|
* Fix link to contribution guide in README.mdShanti Chellaram2017-12-211-1/+1
|
* Update README.mdBruce Yinhe2017-03-211-1/+1
| | | Update erlang-security email
* Update README.mdBruce Yinhe2017-02-071-46/+57
|
* Fix JIRA issue status for wanted contributionsNico2017-01-221-1/+1
|
* Simplify the rules for submitting patchesBjörn Gustavsson2016-06-151-22/+4
| | | | | | We don't want patches via the mailing lists anymore. All the other information about how we handle patches is better put in the Wiki.
* Update README.mdBruce Yinhe2016-04-191-1/+1
|
* Update README.mdBruce Yinhe2016-04-191-2/+3
| | | Add text for Contribution Needed
* Update README.mdBruce Yinhe2016-02-231-0/+7
| | | | Add description for bug reports
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
|
* Correct and clean up documentationMagnus Lidén2014-04-021-1/+10
| | | | | The build and install documentation was not complete and needed some restructuring.
* readme: changed information about pull requestsFredrik Gustafsson2013-06-261-4/+7
|
* Merge branch 'maint'Björn-Egil Dahlberg2012-08-311-1/+1
|\ | | | | | | | | | | Conflicts: lib/diameter/autoconf/vxworks/sed.general xcomp/README.md
| * Update copyright yearsBjörn-Egil Dahlberg2012-08-311-1/+1
| |
* | Merge branch 'maint'Henrik Nord2012-08-291-1/+1
|\ \ | |/ | | | | | | Conflicts: README.md
| * Update a URLYAMAMOTO Takashi2012-08-021-1/+1
| | | | | | | | the old one (http://www.erlang.org/faq.html) is 404.
* | Fix FAQ link and add link to proposed updatesBjörn-Egil Dahlberg2012-07-251-4/+5
| |
* | Move README and INSTALL to HOWTO folderLukas Larsson2012-07-191-1/+2
|/
* OTP-8449 Documentation improvements.Rickard Green2010-02-161-0/+76
The most important "readme" files now use Markdown notation. HTML versions of these files are now also automatically generated and included in the HTML documentation. - Building and Installing Erlang/OTP - $ERL_TOP/INSTALL.md (previously known as $ERL_TOP/README). - Cross Compiling Erlang/OTP - $ERL_TOP/INSTALL-CROSS.md. - How to Build Erlang/OTP on Windows - $ERL_TOP/INSTALL-WIN32.md (previously known as $ERL_TOP/README.win32).