Skip to content

Commit

Permalink
ci: fix v check-md examples/2048/
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Aug 13, 2023
1 parent dad93f8 commit 88d3326
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions examples/2048/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,8 @@ Compile & run the game with `./v run examples/2048`

1. Install Emscripten from https://emscripten.org/docs/getting_started/downloads.html

2. Make sure that the environment in your shell is setup correctly, i.e. that `emcc --version` works.
2. Make sure that the environment in your shell is setup correctly,
i.e. that `emcc --version` works.
```sh
. /opt/emsdk/emsdk_env.sh
emcc --version
Expand All @@ -48,4 +49,5 @@ cp examples/2048/2048 examples/2048/index.js
emrun examples/2048/index.html
```

Once you have run the game, you can make changes, then just recompile (step 3), and refresh the game in your browser.
Once you have run the game, you can make changes,
then just recompile (step 3), and refresh the game in your browser.

0 comments on commit 88d3326

Please sign in to comment.