erlef / rebar3_hex

Rebar3 Hex library
Apache License 2.0
101 stars 49 forks source link

rebar3 Hex installation instructions don't work on Windows #191

Closed lpil closed 3 years ago

lpil commented 3 years ago

Hello!

I'm following the instructions on this page: https://hex.pm/docs/rebar3_usage

After adding the plugin to my ~/.config/rebar3/rebar.config file (C:\Users\louis.pilfold\.config\rebar3\rebar3.config) rebar3 does not install the Hex plugin, so I am unable to publish a package using it.

❯ rebar3 hex publish
===> Command hex not found

Original issue: https://github.com/hexpm/hex/issues/828

ferd commented 3 years ago

can you show what the config file looks like?

lpil commented 3 years ago

Sure thing

% cat C:\Users\louis.pilfold\.config\rebar3\rebar3.config
{plugins, [rebar3_hex]}.
lpil commented 3 years ago

Oops, it's a typo! My bad