Skip to content

Commit

Permalink
feat: make the getting started clearer (#137)
Browse files Browse the repository at this point in the history
Signed-off-by: Etienne Marais <[email protected]>
  • Loading branch information
maiste authored Nov 19, 2024
1 parent 8302884 commit 5dc211c
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions lib/web.mlx
Original file line number Diff line number Diff line change
Expand Up @@ -189,10 +189,11 @@ let getting_started ~install_url () =
"Run"
</h4>
<Code>
"$ dune init proj hello_world"
"$ cd hello_world"
"$ PROJECT=hello_world"
"$ dune init proj \"$PROJECT\""
"$ cd \"$PROJECT\""
"$ dune pkg lock"
"$ dune exec hello_world"
"$ dune exec \"$PROJECT\""
</Code>
<h3 class_="mt-10 mb-2.5">"Editor Configuration"</h3>
<p>
Expand Down

0 comments on commit 5dc211c

Please sign in to comment.