elm / compiler

Compiler for Elm, a functional language for reliable webapps.
https://elm-lang.org/
BSD 3-Clause "New" or "Revised" License
7.51k stars 656 forks source link

install on linux #2198

Closed dullbananas closed 3 years ago

dullbananas commented 3 years ago

The installation instructions tell me to use the gnuzip command which is usually not installed already

github-actions[bot] commented 3 years ago

Thanks for reporting this! To set expectations:

Finally, please be patient with the core team. They are trying their best with limited resources.

lydell commented 3 years ago

@dullbananas Do you mean these instructions: https://github.com/elm/compiler/blob/770071accf791e8171440709effe71e78a9ab37c/installers/linux/README.md ?

If so, they say gunzip, not gnu. There’s gzip for zipping and “g-unzip” for unzipping…