Skip to content

Commit 8802fcd

Browse files
authored
Update README.md
1 parent 65326fa commit 8802fcd

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,6 @@ zip -r ../webroot/mygame.null0 . -x '*.h' '*.c'
2626
```
2727

2828
You can also use cmake (recommended) to build a complete cart:
29-
src/
3029

3130
```sh
3231
cmake -B build -DCMAKE_TOOLCHAIN_FILE="${WASI_SDK_PATH}/share/cmake/wasi-sdk.cmake" -DCMAKE_BUILD_TYPE=Release
@@ -40,3 +39,6 @@ If you have node installed, you can also get a nice watching-webseerver, locally
4039
```
4140
npm start
4241
```
42+
43+
After this, create a github-release, and your cart will show up on releases ((like [here](https://github.com/notnullgames/cart_c/releases/)).
44+

0 commit comments

Comments
 (0)