We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7facde4 commit 9793a5aCopy full SHA for 9793a5a
docs/installation.md
@@ -60,7 +60,7 @@ opam install melange dune reason reason-react reactjs-jsx-ppx -y
60
61
2. Enable melange inside dune under a `dune-project` file in the root of your project with the following:
62
```sh
63
-(dune lang 3.8)
+(lang dune 3.8)
64
(using melange 0.1)
65
```
66
@@ -75,6 +75,8 @@ Check [dune docs](https://dune.readthedocs.io/en/latest/melange.html) for all fi
75
(preprocess (pps reactjs-jsx-ppx)))
76
77
78
+The target name is the name of the folder where the compiled code will live and also an "alias" to run the build commands (see below).
79
+
80
4. Run those commands to build your code:
81
82
0 commit comments