瀏覽代碼

Merge pull request #2357 from pablocostass/update_readme_with_otp_compatibility

Update README with supported Erlang/OTP versions
pull/2360/head
Fred Hebert 4 年之前
committed by GitHub
父節點
當前提交
d5e3255b71
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: 4AEE18F83AFDEB23
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. +3
    -1
      README.md

+ 3
- 1
README.md 查看文件

@ -1,6 +1,6 @@
# Rebar3
![Build Status](https://github.com/erlang/rebar3/workflows/Common%20Test/badge.svg)
[![Build Status](https://github.com/erlang/rebar3/workflows/Common%20Test/badge.svg)](https://github.com/erlang/rebar3/actions?query=branch%3Amaster+workflow%3A"Common+Test") [![Erlang Versions](https://img.shields.io/badge/Supported%20Erlang%2FOTP-19.0%20to%2023.0-blue)](http://www.erlang.org)
1. [What is Rebar3?](#what-is-rebar3)
2. [Why Rebar3?](#why-rebar3)
@ -94,6 +94,8 @@ by [Erlang Solutions](https://www.erlang-solutions.com/resources/download.html),
but be sure to choose the "Standard" download option or you'll have issues building
projects.
Do note that if you are planning to work with multiple Erlang versions on the same machine, you will want to build Rebar3 with the oldest one of them. The five newest major Erlang releases are supported at any given time: if the newest version is OTP-23, building with versions as old as OTP-19 will be supported, and produce an executable that will work with those that follow.
## Documentation
Rebar3 documentation is maintained on [https://www.rebar3.org/docs](https://www.rebar3.org/docs)

Loading…
取消
儲存