elixir-editors / emacs-elixir

Emacs major mode for Elixir
446 stars 94 forks source link

chore: update guides with new build system #472

Closed victorolinasc closed 3 years ago

victorolinasc commented 3 years ago

Updated README and CONTRIBUTING with the new build system and setup.

I took some liberties and will happily change if it seems not good.

  1. Removed EVM instructions
  2. Removed el-get installation instructions

1 is because I think most people don't use it outside CI systems anyway. I may be wrong though. Perhaps a docker setup to run tests in a pristine Emacs would be better here but I haven't set all that up yet.

2 is because it seemed weird to have el-get there without other alternatives. I thought that we should leave only default installation instructions and not custom ones. If we were to add custom ones than we should at least provide a few other options.