doc: note how to quickly get started with elm

This commit is contained in:
Domen Kožar 2019-04-09 09:19:34 +07:00
parent 2fdca0eb58
commit 0eba2105f8
No known key found for this signature in database
GPG key ID: C2FFBCAFD2C24246

View file

@ -310,6 +310,10 @@ packageOverrides = pkgs: {
<section xml:id="sec-elm">
<title>Elm</title>
<para>
To start a development environment do <command>nix-shell -p elmPackages.elm elmPackages.elm-format</command>
</para>
<para>
To update Elm compiler, see
<filename>nixpkgs/pkgs/development/compilers/elm/README.md</filename>.