From c6dff0bdc8cc8ca21eae30e7a07915474e192249 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Joel=20Juc=C3=A1?= Date: Sun, 17 Mar 2024 11:54:53 -0300 Subject: [PATCH] A better TLDR of what's rebar3_hex [skip ci] See erlef/rebar3_hex#333 --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 0e29e1d..0c44c1e 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,10 @@ [![Docs](https://img.shields.io/badge/hex-docs-green.svg?style=flat)](https://hexdocs.pm/rebar3_hex) [![Erlang Versions](https://img.shields.io/badge/Supported%20Erlang%2FOTP-22.0%20to%2024.0-blue)](http://www.erlang.org) -rebar3_hex is a rebar3 plugin which bundles providers for interacting with the Erlang ecosystem package manager [hex.pm](https://hex.pm/). +rebar3_hex is a plugin for [Rebar3](https://www.rebar3.org/) that bundles providers to interact with [Hex](https://hex.pm/). + +> 💡 **rebar3_hex is a tool for package authors** +> If your Erlang project is not meant to be published on Hex, Rebar3 itself should be enough for you. ## Setup