taylor / kiex

Elixir version manager
http://taylor.github.io/kiex/
MIT License
766 stars 65 forks source link

Stable is not a valid release target #29

Closed eproxus closed 8 years ago

eproxus commented 8 years ago
$ kiex install stable
Unknown Elixir 'stable' ☹
Try
    kiex list known -- known releases
    kiex list branches -- current branches
taylor commented 8 years ago

There is no longer a 'stable' tag, branch, or release.

The only place I see a version and stable mentioned are when visiting the "stable" docs and you see the version. Eg. http://elixir-lang.org/docs/stable/elixir/Kernel.html showed 1.2.5 when I typed this.

Until I find a way to have stable be in sync with what the Elixir team considers stable I have updated the README to remove stable from the examples.