forked from mirrors/nixpkgs
doc: note how to quickly get started with elm
This commit is contained in:
parent
2fdca0eb58
commit
0eba2105f8
|
@ -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>.
|
||||
|
|
Loading…
Reference in a new issue